| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.thibaudledent.j8583 |
| Идентификатор | Идентификаторj8583 |
| Версия | Версия1.17.3 |
| Тип | Типjar |
| Описание |
Описаниеj8583
Java implementation of the ISO 8583 protocol, focused on making the creation, edition and reading of
ISO8583 messages as simple and flexible as possible.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| j8583-1.17.3.pom | |
| j8583-1.17.3.jar | 92 KB |
| j8583-1.17.3-sources.jar | 81 KB |
| j8583-1.17.3-javadoc.jar | 400 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.thibaudledent.j8583/j8583/ -->
<dependency>
<groupId>io.github.thibaudledent.j8583</groupId>
<artifactId>j8583</artifactId>
<version>1.17.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.thibaudledent.j8583/j8583/
implementation 'io.github.thibaudledent.j8583:j8583:1.17.3'
// https://jarcasting.com/artifacts/io.github.thibaudledent.j8583/j8583/
implementation ("io.github.thibaudledent.j8583:j8583:1.17.3")
'io.github.thibaudledent.j8583:j8583:jar:1.17.3'
<dependency org="io.github.thibaudledent.j8583" name="j8583" rev="1.17.3">
<artifact name="j8583" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.thibaudledent.j8583', module='j8583', version='1.17.3')
)
libraryDependencies += "io.github.thibaudledent.j8583" % "j8583" % "1.17.3"
[io.github.thibaudledent.j8583/j8583 "1.17.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 4.0.0 |
| junit : junit | jar | 4.13.2 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |