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