common-java
This project contains some common Java classes that are used by other jeb.ca projects.
This project can also be used independently, as it has some useful utility classes.
To use this in your project, add the following to your Maven pom.xml
file:
- You will need to add our Maven repository:
<repositories>
<repository>
<id>common-java-mvn-repo</id>
<url>https://raw.github.com/ebourgeois/common-java/mvn-repo/</url>
<snapshots>
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
</repository>
</repositories>
- Now add our artifact as a dependency:
<dependency>
<groupId>ca.jeb</groupId>
<artifactId>common-java</artifactId>
<version>2014.10.01</version>
</dependency>
You can view all the available versions here: https://github.com/ebourgeois/common-java/tree/mvn-repo/ca/jeb/jeb-common