This project requires the following dependencies: Java 17 - It is required to compile and run the project. Maven - The project uses Maven as its build tool. Maven is used to manage dependencies, compile source code, and run tests. JUnit 4 - The project uses JUnit 4 as its testing framework. JUnit 4 is used to write and run unit tests.
To build and run the project, you will need to have Java 17 and Maven installed on your system. You can download the latest version of Java from the Oracle website and install Maven by following the instructions on the Maven website.
Once you have Java and Maven installed, you can clone the project from GitHub and run the following commands to build and run the project:
git clone https://github.com/HassanOnsori/simple-java-project.git
cd simple-java-project
mvn clean install
To run the unit tests, you can use the following command:
mvn test