is not current version
Last Version 1.1.2

cn.threeoranges:RainbowCache 1.1.1

A set of cache annotations to improve system performance and development efficiency

GroupId

GroupId

cn.threeoranges
ArtifactId

ArtifactId

RainbowCache
Version

Version

1.1.1
Type

Type

jar

Download RainbowCache 1.1.1


<!-- https://jarcasting.com/artifacts/cn.threeoranges/RainbowCache/ -->
<dependency>
    <groupId>cn.threeoranges</groupId>
    <artifactId>RainbowCache</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/cn.threeoranges/RainbowCache/
implementation 'cn.threeoranges:RainbowCache:1.1.1'
// https://jarcasting.com/artifacts/cn.threeoranges/RainbowCache/
implementation ("cn.threeoranges:RainbowCache:1.1.1")
'cn.threeoranges:RainbowCache:jar:1.1.1'
<dependency org="cn.threeoranges" name="RainbowCache" rev="1.1.1">
  <artifact name="RainbowCache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.threeoranges', module='RainbowCache', version='1.1.1')
)
libraryDependencies += "cn.threeoranges" % "RainbowCache" % "1.1.1"
[cn.threeoranges/RainbowCache "1.1.1"]