Skip to content

CPGFinanceSystems/ebics-java

 
 

Repository files navigation

License: LGPL v2.1 Java Development Kit 1.8 Maven Central Build Status Coverage Status

Java client for ebics protocol

The code was synced (with svn2git) and mavenfied

Original Project

http://sourceforge.net/projects/ebics/

Maven

You need to add the following mirror in your ~/.m2/settings.xml otherwise stax could not be resolved.

<?xml version="1.0" encoding="UTF-8"?>
<settings>
    <mirrors>
        <mirror>
            <id>simexplorer</id>
            <name>SimExplorer repository</name>
            <url>http://maven.simexplorer.org/repo/</url>
            <mirrorOf>central, SE-springsource-release, SE-springsource-external, SE-IN2P3, SEIS-codelutin, SE-nuiton, SE-restlet</mirrorOf>
        </mirror>
    </mirrors>
</settings>

Documentation

mvn javadoc:javadoc

HTML doc is generated to target/site/apidocs/.

Tested bank services

BANKCOUNTRYSTATUS
Credit AgricoleFranceOK
Société GénéraleFranceOK
Le crédit LyonaisFrance?
La banque postaleFrancepending

Related Links

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%