c

cache-annotations-ri-common

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