ADD PROBLEM DESCRIPTION HERE
- Java 11
- Maven
mvn test
To be added.
Clone the repository, and use
mvn clean install
to build the jar. Add the jar, located at a path similar to:
target/git-1.0-SNAPSHOT.jar
Add the following to your pom.xml
<dependency>
<groupId>gtf.bootcamp</groupId>
<artifactId>tes</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>