| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.thibaudledent.j8583 |
| ArtifactId | ArtifactIdj8583 |
| Last Version | Last Version1.17.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionj8583
Java implementation of the ISO 8583 protocol, focused on making the creation, edition and reading of
ISO8583 messages as simple and flexible as possible.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| j8583-1.17.1.pom | |
| j8583-1.17.1.jar | 82 KB |
| j8583-1.17.1-sources.jar | 71 KB |
| j8583-1.17.1-javadoc.jar | 262 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.thibaudledent.j8583/j8583/ -->
<dependency>
<groupId>org.bitbucket.thibaudledent.j8583</groupId>
<artifactId>j8583</artifactId>
<version>1.17.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.thibaudledent.j8583/j8583/
implementation 'org.bitbucket.thibaudledent.j8583:j8583:1.17.1'
// https://jarcasting.com/artifacts/org.bitbucket.thibaudledent.j8583/j8583/
implementation ("org.bitbucket.thibaudledent.j8583:j8583:1.17.1")
'org.bitbucket.thibaudledent.j8583:j8583:jar:1.17.1'
<dependency org="org.bitbucket.thibaudledent.j8583" name="j8583" rev="1.17.1">
<artifact name="j8583" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.thibaudledent.j8583', module='j8583', version='1.17.1')
)
libraryDependencies += "org.bitbucket.thibaudledent.j8583" % "j8583" % "1.17.1"
[org.bitbucket.thibaudledent.j8583/j8583 "1.17.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 3.0.1 |
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |