Skip to content

EBICS Java Version 2.0.0

Latest

Choose a tag to compare

@uwemaurer uwemaurer released this 19 Nov 09:33
· 8 commits to master since this release
2047690

Major feature: EBICS 3.0

  • [f3bbea8] update to EBICS 3.0 (H005)
  • [f402791] fix bug in DefaultEbicsRootElement
allprojects {
  repositories {
    ...
    maven { url 'https://jitpack.io' }
  }
}

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