j8583 is a Java implementation of the ISO8583 protocol.
This repository is a fork of https://bitbucket.org/chochos/j8583.
Maven:
<dependency>
<groupId>io.github.thibaudledent.j8583</groupId>
<artifactId>j8583</artifactId>
<version>1.23.16</version>
</dependency>
Gradle:
dependencies {
implementation 'io.github.thibaudledent.j8583:j8583:1.23.16'
}
A release is automatically triggered after each merge to the master branch. Your new version will appear after some time in repo1.maven.org/.../j8583/ (and a bit later in: search.maven.org/artifact/.../j8583).
More info about the release here.
You won't get push rights on this project but you can:
- fork this repository
- do your changes and propose a merge request from your fork to this repository
More info: https://gist.github.com/Chaser324/ce0505fbed06b947d962