Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.63 KB

j8583

Build Status Quality Gate Status

j8583 is a Java implementation of the ISO8583 protocol.

This repository is a fork of https://bitbucket.org/chochos/j8583.

Download

Maven Central

Maven:

<dependency>
  <groupId>io.github.thibaudledent.j8583</groupId>
  <artifactId>j8583</artifactId>
  <version>1.22.4</version>
</dependency>

Gradle:

dependencies {
  implementation 'io.github.thibaudledent.j8583:j8583:1.22.4'
}

How to release

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.

How to contribute

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