Wednesday, August 29, 2012

The Time2 Library and CrNiCKL support Maven

Yesterday, I moved some of my Java projects to Maven. There is no difference from a client point of view. The new JARs are plug-compatible but not identical, so checksums have changed. This is the only reason why minor version numbers have been +=1d.

The software is not yet available from The Central Repository, but can be found in a freely accessible maven repository on GitHub. To use it, specify this in your POM or settings:

<repository>
  <id>jpvetterli on github.com</id>
  <url>https://raw.github.com/jpvetterli/maven-repo/master/releases/</url>
</repository>
Links:
Time2 Library project
CrNiCKL database project