Java coding idioms and Design Patterns implemented in Java
You can clone the project locally for building with Maven or importing into an IDE as a Maven project.
git clone https://github.com/Martin-Spamer/java-coaching.git
Import the project into your choosen IDE as a Maven project, it can be run as JUnit test cases, to expose its behaviour or installed into your local repository to be used as a dependency.
mvn install
Add the following dependency to your projects pom.xml file.
<dependency>
<groupId>spamer.me.uk</groupId>
<artifactId>java-coaching</artifactId>
<version>...</version>
</dependency>