This is meant to be a primer on building software in the Java ecosystem.
- JDK 1.9
- Apache Maven 3.5
- Build the program, which produces a JAR.
mvn clean compile package- Run the program.
java -jar target/Simple-1.0-jar-with-dependencies.jar| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is meant to be a primer on building software in the Java ecosystem.
mvn clean compile packagejava -jar target/Simple-1.0-jar-with-dependencies.jar