is not current version
Last Version 1.5

io.github.element36-io:ebics-cli 1.2

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.

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.element36-io
ArtifactId

ArtifactId

ebics-cli
Version

Version

1.2
Type

Type

jar

Download ebics-cli 1.2


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