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