/bankgiro-api

Library to read/write transaction files associated with the Swedish banking association Bankgirot

Primary LanguageJavaApache License 2.0Apache-2.0

bankgiro-api

Library to read/write transaction files associated with the Swedish banking association Bankgirot

Use

Releases are found in Maven-Central repository and can easliy be used by adding a dependency to you pom.xml.

<dependency>
    <groupId>org.notima.bg</groupId>
    <artifactId>bankgiro-api</artifactId>
    <version>1.4.0-SNAPSHOT</version>
</dependency>

Or in karaf

repo-add mvn:org.notima.bg/bankgiro-api/LATEST/xml/features
feature:install bankgiro-api

See also

Click here for additional information about BGC Invoice (such as technical manual, implmentation guide, example files, etc).