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.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.element36-io
ArtifactId

ArtifactId

ebics-cli
Last Version

Last Version

1.5
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/element36-io/ebics-java-client
Source Code Management

Source Code Management

https://github.com/element36-io/ebics-java-client

Download ebics-cli

How to add to project

<!-- 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"]

Dependencies

compile (11)

Group / Artifact Type Version
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

test (3)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.
io.github.element36-io

element36.io

Connecting the European Payment Network SEPA with Ethereum

Versions

Version
1.5
1.4
1.3
1.2
1.1