File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This library allows to interact with banks using the EBICS (Electronic Banking I
55
66You can use the ` EbicsClient ` as command line tool or use it from your Java application.
77
8+ Features:
9+
10+ - EBICS 2.5 (EBICS 3.0 coming soon)
11+ - Support for French, German and Swiss banks
12+ - Command line client to do the setup, initialization and to download files from the bank
13+ - Tested extensively with [ ZKB] ( https://zkb.ch )
14+
815How to get started:
916
1017https://github.com/ebics-java/ebics-java-client/wiki/EBICS-Client-HowTo
@@ -21,7 +28,7 @@ allprojects {
2128}
2229
2330dependencies {
24- implementation 'com.github.ebics-java:ebics-java-client:master-SNAPSHOT '
31+ implementation 'com.github.ebics-java:ebics-java-client:1.3 '
2532}
2633```
2734Maven
3643<dependency>
3744 <groupId>com.github.ebics-java</groupId>
3845 <artifactId>ebics-java-client</artifactId>
39- <version>master-SNAPSHOT </version>
46+ <version>1.3 </version>
4047</dependency>
4148```
4249
4350
44- This project is based on https://sourceforge.net/p/ebics/
45-
46- Main differences with this fork:
47-
48- - Support for French, German and Swiss banks
49- - Command line client to do the setup, initialization and to download files from the bank
50- - Use of maven for compilation instead of ant + Makefile + .sh scripts
You can’t perform that action at this time.
0 commit comments