MVN

io.github.thibaudledent.j8583 : j8583

Maven & Gradle

Jun 29, 2023
4 stars

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>io.github.thibaudledent.j8583</groupId>
    <artifactId>j8583</artifactId>
    <version>1.17.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.17.25

All Versions

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

Version Vulnerabilities Updated
1.17.x
j8583-1.17.25
j8583-1.17.24
j8583-1.17.23
j8583-1.17.22
j8583-1.17.21
j8583-1.17.20
j8583-1.17.19
j8583-1.17.18
j8583-1.17.17
j8583-1.17.16
j8583-1.17.15
j8583-1.17.14
j8583-1.17.13
j8583-1.17.3

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'io.github.thibaudledent.j8583:j8583:1.17.25'

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

implementation("io.github.thibaudledent.j8583:j8583:1.17.25")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.thibaudledent.j8583" % "j8583" % "1.17.25"

Advertisement