Skip to content

cyrill62/ebics-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

mavenfied version of Java ebics client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages