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