jbanking is a library of utilities to assist with developing banking functionality.
jbanking is supporting the following features :
- ISO 3166-1-alpha-2 country codes.
- ISO 4217 currency codes.
- ISO 9362:2009 BIC handling and validation.
- ISO 13616:2007 IBAN handling and validation (for both checkdigit and national bank account number structure).
Any application that uses the jbanking library must use Java 1.6 or later. No additional dependency required !
You can download the latest build at http://search.maven.org/remotecontent?filepath=fr/marcwrobel/jbanking/1.0/jbanking-1.0.jar or use it as a maven dependency:
<dependency>
<groupId>fr.marcwrobel</groupId>
<artifactId>jbanking</artifactId>
<version>1.0</version>
</dependency>
For usage examples check the tests.
Take a look at the changelog
Read the documentation on the Wiki.
Send me an email at [email protected].
Raise an issue.
Copyright 2013 Marc Wrobel ([email protected])
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.