Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
BinHong Lee 7fd9a1f2c0 Third attempt to fix formatting issue před 7 roky
docs Third attempt to fix formatting issue před 7 roky
src Now uses Maven for compile, clean and execution před 7 roky
.gitignore Now uses Maven for compile, clean and execution před 7 roky
README.md Updated documentations to include all classes available před 7 roky
pom.xml Now uses Maven for compile, clean and execution před 7 roky

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Any JDK

Use

- Clone this repository

git clone https://github.com/binhonglee/LibrarySystem.git

- Run the program

mvn compile
mvn exec:java

- Run test

mvn test