is not current version
Last Version 2.1.7

org.jpos:jpos 2.1.1

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

2.1.1
Type

Type

jar

Download jpos 2.1.1


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