Ebics Java Client Versions Save

Java open source EBICS client - Support for French, German and Swiss banks

1.2

2 years ago

A new release including a bugfix for the nonce / key generation.

The vulnerability CVE-2022-1279 is fixed in this release (Link to details is coming soon)

allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

dependencies {
    implementation 'com.github.ebics-java:ebics-java-client:1.2'
}