https://github.com/ebics-java/ebics-java-client
Java open source EBICS client - Support for French, German and Swiss banks
https://github.com/ebics-java/ebics-java-client
api api-client bank banking banks ebics ebics-java-client
Last synced: 3 months ago
JSON representation
Java open source EBICS client - Support for French, German and Swiss banks
- Host: GitHub
- URL: https://github.com/ebics-java/ebics-java-client
- Owner: ebics-java
- License: lgpl-2.1
- Created: 2016-08-26T09:48:26.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-11-24T18:06:18.000Z (6 months ago)
- Last Synced: 2025-11-28T06:22:41.131Z (6 months ago)
- Topics: api, api-client, bank, banking, banks, ebics, ebics-java-client
- Language: Java
- Homepage:
- Size: 7.86 MB
- Stars: 39
- Watchers: 12
- Forks: 41
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
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.
Features:
- EBICS 3.0
- Support for French, German and Swiss banks
- Command line client to do the setup, initialization and to download files from the bank
- Tested extensively with [ZKB](https://zkb.ch)
How to get started:
https://github.com/ebics-java/ebics-java-client/wiki/EBICS-Client-HowTo
You can build it directly from the source with maven or use the releases from [JitPack](https://jitpack.io/#ebics-java/ebics-java-client/).
Gradle:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
implementation 'com.github.ebics-java:ebics-java-client:2.0.0'
}
```
Maven
```
jitpack.io
https://jitpack.io
com.github.ebics-java
ebics-java-client
2.0.0
```