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 88631e3cf4 Added Basic GUI without any functionality há 7 anos
docs Merge branch 'master' of https://github.com/binhonglee/LibrarySystem há 7 anos
src Added Basic GUI without any functionality há 7 anos
.gitignore Added specification for source and target in pom.xml há 7 anos
README.md Updated documentations to include all classes available há 7 anos
pom.xml Changed from 1.9 to 1.6 há 7 anos

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