SG Bank Kata is a usefull Java library that simulates certain features of a small bank, such as depositing and withdrawing money, as well as viewing the history of transactions made.
This library intentionally does not use a specific framework for the purpose of being used without database access, in a standalone mode.
- Deposit
- Withdrawal
- History
This library is written en Java 8.
<dependency>
<groupId>com.cristea.andrei</groupId>
<artifactId>sgbankkata</artifactId>
<version>1.0.0</version>
</dependency>