/jbanking

A Java banking API

Primary LanguageJavaApache License 2.0Apache-2.0

Build Sonarcloud Status SonarCloud Coverage SonarCloud Vulnerabilities SonarCloud Bugs Maven Central

jbanking - A Java banking API

jbanking is a library of utilities to assist with developing banking functionalities. jbanking is focused on, but not limited to, European banking.

Features

jbanking is supporting the following features :

Requirements

Any application that uses the jbanking library must use at least Java 8. No additional dependency required !

Use it !

You can download the latest build on Maven Central or use it as a maven dependency:

<dependency>
  <groupId>fr.marcwrobel</groupId>
  <artifactId>jbanking</artifactId>
  <version>3.1.1</version>
</dependency>

For usage examples take a look at the Javadoc or the tests.

Releases

Take a look at the changelog on GitHub.

Need help ?

Read the javadoc and take a look at the unit tests.

Raise an issue or contribute with a pull-request.

Email me at marc.wrobel@gmail.com.