MVN

org.chiknrice : jen8583

Maven & Gradle

Jul 19, 2016
0 stars

jen8583 · A flexible Java ENcoder for ISO-8583 messages

<dependency>
    <groupId>org.chiknrice</groupId>
    <artifactId>jen8583</artifactId>
    <version>0.0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.chiknrice : jen8583 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4.1

All Versions

Choose a version of org.chiknrice : jen8583 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
jen8583-0.0.9
jen8583-0.0.8
jen8583-0.0.4.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.chiknrice</groupId>
    <artifactId>jen8583</artifactId>
    <version>0.0.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.chiknrice : jen8583 gradle dependency to your build.gradle file:

implementation 'org.chiknrice:jen8583:0.0.4.1'

Gradle Kotlin DSL: Add the following org.chiknrice : jen8583 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.chiknrice:jen8583:0.0.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.chiknrice : jen8583 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.chiknrice" % "jen8583" % "0.0.4.1"