Skip to content

HassanOnsori/simple-java-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-java-project

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:

Clone the project from GitHub

git clone https://github.com/HassanOnsori/simple-java-project.git

Navigate to the project directory

cd simple-java-project

Build the project

mvn clean install

To run the unit tests, you can use the following command:

Run the unit tests

mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages