Bebics is an EBICS client for Java.
It is a fork of this Sourceforge Project
It is under development. Work is being done to make it configurable.
DO NOT use in production.
It's a straightforward maven project. Clone the repo and hack away.
git clone https://github.com/schartz/bebics.git
mvn clean install -U
mvn test
mvn build
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.