Library to read/write transaction files associated with the Swedish banking association Bankgirot
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
Click here for additional information about BGC Invoice (such as technical manual, implmentation guide, example files, etc).