Getting started
Static installation
Download the jar file
Here all release files (JAR included).
Steps
- Import the jar as static import on your Java project
 - Include the jar on your build path.
 - Use it and/or try the basic settings.
 
Maven projects
Github Maven Repository
The following guide helps you to install maven packages directly from Github.
Here the snippet to put on your pom.xml
<dependency>
  <groupId>it.carmelolagamba</groupId>
  <artifactId>jcal</artifactId>
  <version>1.0.0.alpha</version>
</dependency>
Official Maven repository
Not available yet