File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ You can use the `EbicsClient` as command line tool or use it from your Java appl
77
88Features:
99
10- - EBICS 2.5 (EBICS 3.0 coming soon)
10+ - EBICS 3.0
1111- Support for French, German and Swiss banks
1212- Command line client to do the setup, initialization and to download files from the bank
1313- Tested extensively with [ ZKB] ( https://zkb.ch )
@@ -28,7 +28,7 @@ allprojects {
2828}
2929
3030dependencies {
31- implementation 'com.github.ebics-java:ebics-java-client:1.3 '
31+ implementation 'com.github.ebics-java:ebics-java-client:2.0.0 '
3232}
3333```
3434Maven
4343<dependency>
4444 <groupId>com.github.ebics-java</groupId>
4545 <artifactId>ebics-java-client</artifactId>
46- <version>1.3 </version>
46+ <version>2.0.0 </version>
4747</dependency>
4848```
4949
You can’t perform that action at this time.
0 commit comments