| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаio.github.element36-io |
| Идентификатор | Идентификаторebics-cli |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеebics-java-client
This library allows to interact with banks using the EBICS (Electronic Banking Internet Communication Standard).
You can use the EbicsClient as command line tool or use it from your Java application.
The library was forked from: https://github.com/uwemaurer/ebics-java-client
to add new Ebics commands and to add Docker and Maven support.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| ebics-cli-1.5.pom | |
| ebics-cli-1.5.jar | 1 MB |
| ebics-cli-1.5-sources.jar | 2 MB |
| ebics-cli-1.5-javadoc.jar | 6 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.element36-io/ebics-cli/ -->
<dependency>
<groupId>io.github.element36-io</groupId>
<artifactId>ebics-cli</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.element36-io/ebics-cli/
implementation 'io.github.element36-io:ebics-cli:1.5'
// https://jarcasting.com/artifacts/io.github.element36-io/ebics-cli/
implementation ("io.github.element36-io:ebics-cli:1.5")
'io.github.element36-io:ebics-cli:jar:1.5'
<dependency org="io.github.element36-io" name="ebics-cli" rev="1.5">
<artifact name="ebics-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.element36-io', module='ebics-cli', version='1.5')
)
libraryDependencies += "io.github.element36-io" % "ebics-cli" % "1.5"
[io.github.element36-io/ebics-cli "1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.xmlbeans : xmlbeans | jar | 3.1.0 |
| commons-codec : commons-codec | jar | 1.14 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| commons-logging : commons-logging | jar | 1.2 |
| org.jdom : jdom | jar | 2.0.2 |
| org.bouncycastle : bcprov-jdk15on | jar | 1.68 |
| org.bouncycastle : bcpkix-jdk15on | jar | 1.68 |
| org.gnu : gnu-crypto | jar | 2.0.1 |
| xalan : xalan | jar | 2.7.2 |
| xml-security : xmlsec | jar | 1.3.0 |
| commons-cli : commons-cli | jar | 1.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
| org.mockito : mockito-core | jar | 3.2.4 |