Skip to content

Commit

Permalink
Merge pull request #30 from Midtrans/release/3.2.0
Browse files Browse the repository at this point in the history
release version 3.2.0
  • Loading branch information
uziwuzzy authored Sep 24, 2024
2 parents c97381b + 27302a8 commit 1688023
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGELOG MIDTRANS JAVA LIBRARY

## v3.2.0 (September 24, 2024)

Feature:
- New method to support SnapBi for direct debit, va, and qris.

-
## v3.0.0 (April 13, 2021)

Feature:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ Maven:
<dependency>
<groupId>com.midtrans</groupId>
<artifactId>java-library</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
</dependency>
```
Gradle:
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):
```Gradle
dependencies {
implementation 'com.midtrans:java-library:3.1.4'
implementation 'com.midtrans:java-library:3.2.0'
}
```
> **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).
### 1.b Using JAR File

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.1.4/java-library-3.1.4.jar)
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)

## 2. Usage

Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.midtrans</groupId>
<artifactId>java-library</artifactId>
<version>3.1.8</version>
<version>3.2.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.midtrans</groupId>
<artifactId>java-library</artifactId>
<version>3.1.8</version>
<version>3.2.0</version>
<packaging>jar</packaging>

<name>Midtrans Java Official Library</name>
Expand Down

0 comments on commit 1688023

Please sign in to comment.