Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

osc-lab/ebics-java-client

Open more actions menu
 
 

Repository files navigation

EBICS Java Client

This library allows to interact with banks using the EBICS (Electronic Banking Internet Communication Standard)

You can use the EbicsClient as command line tool or use it from your Java application.

Features:

  • EBICS 3.0
  • Support for French, German and Swiss banks
  • Command line client to do the setup, initialization and to download files from the bank
  • Tested extensively with ZKB

How to get started:

https://github.com/ebics-java/ebics-java-client/wiki/EBICS-Client-HowTo

You can build it directly from the source with maven or use the releases from JitPack.

Gradle:

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

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

Maven

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>

<dependency>
    <groupId>com.github.ebics-java</groupId>
    <artifactId>ebics-java-client</artifactId>
    <version>2.0.0</version>
</dependency>

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.