Skip to content

Commit 1bb8587

Browse files
authored
Update README with features and version changes
Updated version number in dependencies and added features section.
1 parent f9dc524 commit 1bb8587

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This library allows to interact with banks using the EBICS (Electronic Banking I
55

66
You 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+
815
How to get started:
916

1017
https://github.com/ebics-java/ebics-java-client/wiki/EBICS-Client-HowTo
@@ -21,7 +28,7 @@ allprojects {
2128
}
2229
2330
dependencies {
24-
implementation 'com.github.ebics-java:ebics-java-client:master-SNAPSHOT'
31+
implementation 'com.github.ebics-java:ebics-java-client:1.3'
2532
}
2633
```
2734
Maven
@@ -36,15 +43,8 @@ Maven
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

0 commit comments

Comments
 (0)