Skip to content

Core library for all the InCal projects containing utility classes, repo interfaces, and shared/common models.

License

Notifications You must be signed in to change notification settings

in-cal/incal-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InCal Core version License Build Status

Core library of all the InCal projects containing utility classes, repo interfaces, and shared/common models.

Installation

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>

About

Core library for all the InCal projects containing utility classes, repo interfaces, and shared/common models.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages