You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,21 @@ Maven:
14
14
<dependency>
15
15
<groupId>com.midtrans</groupId>
16
16
<artifactId>java-library</artifactId>
17
-
<version>3.2.0</version>
17
+
<version>3.2.1</version>
18
18
</dependency>
19
19
```
20
20
Gradle:
21
21
If you're using Gradle as the build tools for your project, please add jcenter repository to your build script then add the following dependency to your project's build definition (build.gradle):
22
22
```Gradle
23
23
dependencies {
24
-
implementation 'com.midtrans:java-library:3.2.0'
24
+
implementation 'com.midtrans:java-library:3.2.1'
25
25
}
26
26
```
27
27
> **IMPORTANT NOTE**: Since April 13, 2021 We already migrate the repository from jcenter/bintray repository to [Maven central](https://search.maven.org/artifact/com.midtrans/java-library).
28
28
29
29
### 1.b Using JAR File
30
30
31
-
If you are not using project build management like Maven, Gradle or Ant you can use manual jar library download JAR Library on [here](https://search.maven.org/remotecontent?filepath=com/midtrans/java-library/3.2.0/java-library-3.2.0.jar)
31
+
If you are not using project build management like Maven, Gradle or Ant you can use manual jar library download JAR Library on [here](https://search.maven.org/remotecontent?filepath=com/midtrans/java-library/3.2.1/java-library-3.2.1.jar)
0 commit comments