Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
BinHong Lee 65c9bec312 Documentations are now all in javadocs (through Maven Apache) 7 anni fa
docs Documentations are now all in javadocs (through Maven Apache) 7 anni fa
src Documentations are now all in javadocs (through Maven Apache) 7 anni fa
.gitignore Settings now allow custom title and save file names. 7 anni fa
README.md Added json.jar as an external resources. 7 anni fa
pom.xml Added JSON implementation for books 7 anni fa

README.md

Library System

NOTE: Still not working as intended.

Documentations can be found here.


Dependencies

  1. Maven Apache
  2. Oracle 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