c

cache-annotations-ri-guice

文件下载
文件名 操作
cache-annotations-ri-guice-0.5.jar 下载
cache-annotations-ri-guice-0.5.pom 下载
cache-annotations-ri-guice-0.5-sources.jar 下载
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'