Skip to content

Threadsafe HBCI4JAVA Wrapper for easily accessing your financial accounts

License

Notifications You must be signed in to change notification settings

deltatree/easyfin

Repository files navigation

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>
...

About

Threadsafe HBCI4JAVA Wrapper for easily accessing your financial accounts

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages