Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.37 KB

README.md

File metadata and controls

55 lines (42 loc) · 1.37 KB

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