easyfin
Threadsafe HBCI4JAVA Wrapper for easily accessing your financial accounts. Easyfin uses https://github.com/hbci4j/hbci4java/ as library.
Usage:
See example
Gradle:
dependencies {
implementation 'com.github.hbci4j:hbci4j-core:3.1.58'
implementation 'de.deltatree.pub.apis:easyfin:1.0.13'
}
Maven:
...
<dependencies>
<dependency>
<groupId>com.github.hbci4j</groupId>
<artifactId>hbci4j-core</artifactId>
<version>3.1.58</version>
</dependency>
<dependency>
<groupId>de.deltatree.pub.apis</groupId>
<artifactId>easyfin</artifactId>
<version>1.0.13</version>
</dependency>
</dependencies>
...