MVN

org.bitbucket.thibaudledent.j8583 : j8583

Maven & Gradle

Apr 06, 2022

j8583 · Java implementation of the ISO 8583 protocol, focused on making the creation, edition and reading of ISO8583 messages as simple and flexible as possible.

<dependency>
    <groupId>org.bitbucket.thibaudledent.j8583</groupId>
    <artifactId>j8583</artifactId>
    <version>1.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.thibaudledent.j8583 : j8583 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.1

All Versions

Choose a version of org.bitbucket.thibaudledent.j8583 : j8583 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
j8583-1.17.1
1.16.x
j8583-1.16.1
j8583-1.16.0
1.15.x
j8583-1.15.1
j8583-1.15.0
1.14.x
j8583-1.14.1
j8583-1.14.0
1.13.x
j8583-1.13.10
j8583-1.13.9
j8583-1.13.8
j8583-1.13.7
j8583-1.13.6
j8583-1.13.5
j8583-1.13.4
j8583-1.13.3
j8583-1.13.2
j8583-1.13.1
j8583-1.13.0

How to add a dependency to Maven

Add the following org.bitbucket.thibaudledent.j8583 : j8583 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.thibaudledent.j8583</groupId>
    <artifactId>j8583</artifactId>
    <version>1.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.thibaudledent.j8583 : j8583 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.thibaudledent.j8583:j8583:1.17.1'

Gradle Kotlin DSL: Add the following org.bitbucket.thibaudledent.j8583 : j8583 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.thibaudledent.j8583:j8583:1.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.thibaudledent.j8583 : j8583 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.thibaudledent.j8583" % "j8583" % "1.17.1"