Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
BinHong Lee 65c9bec312 Documentations are now all in javadocs (through Maven Apache) há 7 anos
docs Documentations are now all in javadocs (through Maven Apache) há 7 anos
src Documentations are now all in javadocs (through Maven Apache) há 7 anos
.gitignore Settings now allow custom title and save file names. há 7 anos
README.md Added json.jar as an external resources. há 7 anos
pom.xml Added JSON implementation for books há 7 anos

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