Skip to content

Commit

Permalink
Merge pull request #32 from Midtrans/release/3.2.1
Browse files Browse the repository at this point in the history
release v3.2.1
  • Loading branch information
uziwuzzy authored Oct 16, 2024
2 parents 1144bed + 57d17a5 commit 4488217
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## CHANGELOG MIDTRANS JAVA LIBRARY

## v3.2.1 (October 16, 2024)

Feature:
- New method to verify webhook notification

## v3.2.0 (September 24, 2024)

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.2.0</version>
<version>3.2.1</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.2.0'
implementation 'com.midtrans:java-library:3.2.1'
}
```
> **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.2.0/java-library-3.2.0.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.1/java-library-3.2.1.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.2.0</version>
<version>3.2.1</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.2.0</version>
<version>3.2.1</version>
<packaging>jar</packaging>

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

0 comments on commit 4488217

Please sign in to comment.