is not current version
Last Version 2.1.7

org.jpos:jpos 1.9.8

jPOS is an ISO-8583 based financial transaction library/framework that can be customized and extended in order to implement financial interchanges.

GroupId

GroupId

org.jpos
ArtifactId

ArtifactId

jpos
Version

Version

1.9.8
Type

Type

jar

Download jpos 1.9.8


<!-- https://jarcasting.com/artifacts/org.jpos/jpos/ -->
<dependency>
    <groupId>org.jpos</groupId>
    <artifactId>jpos</artifactId>
    <version>1.9.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpos/jpos/
implementation 'org.jpos:jpos:1.9.8'
// https://jarcasting.com/artifacts/org.jpos/jpos/
implementation ("org.jpos:jpos:1.9.8")
'org.jpos:jpos:jar:1.9.8'
<dependency org="org.jpos" name="jpos" rev="1.9.8">
  <artifact name="jpos" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpos', module='jpos', version='1.9.8')
)
libraryDependencies += "org.jpos" % "jpos" % "1.9.8"
[org.jpos/jpos "1.9.8"]