coravy. core
Overview
Base/core Java library. The things you always need. But only those...
API is still subject to change until the library hits version 1.0.
Installation
Use the following maven dependency:
<dependency>
<groupId>com.coravy</groupId>
<artifactId>core</artifactId>
<version>0.2.2</version>
</dependency>
You have to add the following repositories to your pom as well:
<repository>
<id>coravy-opensource-snapshots</id>
<name>coravy. opensource</name>
<url>http://snapshots.coravy.com/maven2/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
</snapshots>
</repository>
<repository>
<id>coravy-opensource</id>
<name>coravy. opensource</name>
<url>http://repository.coravy.com/maven2/</url>
<releases>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
Documentation
Maven generated project site: http://dev.coravy.com/java/core/