c

cache-annotations-ri-guice

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