Giter Club home page Giter Club logo

ebics-java-client's Introduction

EBICS Java Client

This library allows to interact with banks using the EBICS (Electronic Banking Internet Communication Standard). You can use the Ebics Java Client as command line tool with java 1.8 and maven, or inside docker - please check the HOWTO more details.

git clone https://github.com/element36-io/ebics-java-client.git
cd ebics-java-client
docker run -it -v $PWD:/app -w /app  maven:3-jdk-8 mvn install exec:java  -Dexec.mainClass=org.kopi.ebics.client.EbicsClient -Dexec.args="--help" 

Integrate as library

Used as a gradle dependency - see Ebics Java Service(https://github.com/element36-io/ebics-java-service) for an example how to use the client.

dependencies {
    implementation 'io.github.element36-io:ebics-cli:1''
}

Maven (adjust version accordingly):

<dependency>
    <groupId>io.github.element36-io</groupId>
    <artifactId>ebics-cli</artifactId>
    <version>1.1</version>
</dependency>

Run tests for the ebics-java-client:

git clone https://github.com/element36-io/ebics-java-client.git
cd ebics-java-client
docker run -it -v $PWD:/app -w /app  maven:3-jdk-8 mvn test surefire-report:report

See ./target for test results. surefire-report:report is optional but it creates test report here: ./target/site/surefire-report.html

Kudos

The project is forked form [Ebics Java Client] (https://github.com/uwemaurer/ebics-java-client/), which was based on a sourceforge project.

Main differences with this fork from ebics-java-client form uwemaurrer:

  • Fixed vulnerabilities of bouncycastle and log4j
  • Support for new commands used in Switzerland.
  • Jar file in maven central repository.
  • Docker image is automatically built from master branch on Dockerhub.
  • Changed documentation for usage with docker

ebics-java-client's People

Contributors

uwemaurer avatar vladae36 avatar wasabrot avatar wstrametz avatar pinaraf avatar reva avatar milos-srb avatar styppo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.