Skip to content

LMAX-Exchange/jbanking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jbanking - A Java banking API Build Status

jbanking is a library of utilities to assist with developing banking functionality.

Features

jbanking is supporting the following features :

Requirements

Any application that uses the jbanking library must use Java 1.6 or later. No additional dependency required !

Use it !

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.

Releases

Take a look at the changelog

Need help ?

Read the documentation on the Wiki.

Send me an email at marc.wrobel@gmail.com.

Raise an issue.

License

Copyright 2013 Marc Wrobel (marc.wrobel@gmail.com)

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.

Packages

No packages published

Languages

  • Java 100.0%