Files download
File Operation
jalcal-1.1.jar download
jalcal-1.1.pom download
jalcal-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.sbahmani</groupId>
  <artifactId>jalcal</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.sbahmani:jalcal:1.1'
Gradle Kotlin
implementation("com.github.sbahmani:jalcal:1.1")
Scala SBT
libraryDependencies += "com.github.sbahmani" % "jalcal" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sbahmani', module='jalcal', version='1.1')
)
Apache Ivy
<dependency org="com.github.sbahmani" name="jalcal" rev="1.1" />
Leiningen
[com.github.sbahmani/jalcal "1.1"]
Apache Buildr
'com.github.sbahmani:jalcal:jar:1.1'