Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 341 Bytes

File metadata and controls

8 lines (6 loc) · 341 Bytes

Maven demo Java build template.

Creates a HelloWorld class with dependency classes "hi" and "goodbye" built with Maven.

The dependencies are locally created, along with any Maven artifacts from the standard repository. Illustrates how Java works with dependencies and why it's important to make your dependency packages properly.