R

RainbowCache

A set of cache annotations to improve system performance and development efficiency
https://github.com/gshjd/RainbowCache
Apache 2.0 License
Abel.Lee
Files download
File Operation
RainbowCache-1.1.2.jar download
RainbowCache-1.1.2.pom download
RainbowCache-1.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.threeoranges</groupId>
  <artifactId>RainbowCache</artifactId>
  <version>1.1.2</version>
</dependency>
Gradle Groovy
implementation 'cn.threeoranges:RainbowCache:1.1.2'
Gradle Kotlin
implementation("cn.threeoranges:RainbowCache:1.1.2")
Scala SBT
libraryDependencies += "cn.threeoranges" % "RainbowCache" % "1.1.2"
Groovy Grape
@Grapes(
  @Grab(group='cn.threeoranges', module='RainbowCache', version='1.1.2')
)
Apache Ivy
<dependency org="cn.threeoranges" name="RainbowCache" rev="1.1.2" />
Leiningen
[cn.threeoranges/RainbowCache "1.1.2"]
Apache Buildr
'cn.threeoranges:RainbowCache:jar:1.1.2'