is not current version
Last Version 1.17.0

net.sf.j8583:j8583 1.12.0

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

Categories

Categories

Net
GroupId

GroupId

net.sf.j8583
ArtifactId

ArtifactId

j8583
Version

Version

1.12.0
Type

Type

jar

Download j8583 1.12.0


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