Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Software construction using Java

This is meant to be a primer on building software in the Java ecosystem.

Prerequisites

  • JDK 1.9
  • Apache Maven 3.5

Running the program

  1. Build the program, which produces a JAR.
mvn clean compile package
  1. Run the program.
java -jar target/Simple-1.0-jar-with-dependencies.jar

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages