Core library of all the InCal projects containing utility classes, repo interfaces, and shared/common models.
All you need is Scala 2.11 or 2.12. To pull the library you have to add the following dependency to build.sbt
"org.in-cal" %% "incal-core" % "0.3.0"
or to pom.xml (if you use maven)
<dependency>
<groupId>org.in-cal</groupId>
<artifactId>incal-core_2.11</artifactId>
<version>0.3.0</version>
</dependency>
or using Scala 2.12
<dependency>
<groupId>org.in-cal</groupId>
<artifactId>incal-core_2.12</artifactId>
<version>0.3.0</version>
</dependency>