- Subject Name:
Object-Oriented Programming
- Subject Code:
14462_001
- Lecturer:
Woongkee Loh
- Goals:
- To understand object-oriented principles
- To strengthen programming ability by programing on many interesting topics
- To experience a broad range of programming areas including mobile programming
- To find information and solve problems by students
This repository utilizes Apache maven
for managing project and importing dependencies.
In order to create reproducible builds, Please do the following:
- Install JDK 1.8+
- Install
maven
from Apache Maven Project Page and add to yourPATH
variable. If you are usingIntelliJ
, Skip this step. - Clone this repository
- Run
mvn package
. - The target
JAR
file is generated attarget/
directory.
Not yet licensed.