Skip to content

lanetao/jbanking

Repository files navigation

Build Supported JVM Versions Sonarcloud Status SonarCloud Coverage SonarCloud Vulnerabilities SonarCloud Bugs Maven Central OpenSSF Best Practices

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

jbanking requires at least Java 8 (build is tested against Java 8, 11, 17 and 18). It has no additional dependency !

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.2.0</version>
</dependency>

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

Releases and changelogs

Take a look at the changelogs on GitHub.

Contribute

Take a look at our contribution guide.

Need help ?

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

Raise an issue or contribute with a pull-request. Please have a look at our contribution guide) before.

Email me at [email protected].

About

A Java banking API

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.3%
  • Python 1.4%
  • Shell 0.3%