We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2047690 commit 00f7ba5Copy full SHA for 00f7ba5
1 file changed
README.md
@@ -7,7 +7,7 @@ You can use the `EbicsClient` as command line tool or use it from your Java appl
7
8
Features:
9
10
-- EBICS 2.5 (EBICS 3.0 coming soon)
+- EBICS 3.0
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)
@@ -28,7 +28,7 @@ allprojects {
28
}
29
30
dependencies {
31
- implementation 'com.github.ebics-java:ebics-java-client:1.3'
+ implementation 'com.github.ebics-java:ebics-java-client:2.0.0'
32
33
```
34
Maven
@@ -43,7 +43,7 @@ Maven
43
<dependency>
44
<groupId>com.github.ebics-java</groupId>
45
<artifactId>ebics-java-client</artifactId>
46
- <version>1.3</version>
+ <version>2.0.0</version>
47
</dependency>
48
49
0 commit comments