Java maven - dvberkel/debruijn GitHub Wiki
This page describes the starter project in Java with Maven.
Other starter projects can be found on the overview.
Clone this project and checkout the java-maven branch. Provide implementations to make all the tests pass for the following methods
WordGenerator.each
Cycle.findACycleAmongEdgesFromStart
Cycle.merge
A passing implementation can be found in the java-maven-finished branch.
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
You can find detailed instructions for installation at the documentation page.