Skip to content

andrei-cristea/sg-bank-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

sg-bank-kata

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.

Features

  • Deposit
  • Withdrawal
  • History

Specifications

This library is written en Java 8.

Download

Maven

<dependency>
  <groupId>com.cristea.andrei</groupId>
  <artifactId>sgbankkata</artifactId>
  <version>1.0.0</version>
</dependency>

JAR

sgbankkata-1.0.0.jar

About

SG Bank Kata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages