| Группа | Группаcn.threeoranges |
|---|---|
| Идентификатор | ИдентификаторRainbowCache |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| RainbowCache-1.0.pom | |
| RainbowCache-1.0.jar | 20 KB |
| RainbowCache-1.0-sources.jar | 10 KB |
| RainbowCache-1.0-javadoc.jar | 101 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.threeoranges/RainbowCache/ -->
<dependency>
<groupId>cn.threeoranges</groupId>
<artifactId>RainbowCache</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.threeoranges/RainbowCache/
implementation 'cn.threeoranges:RainbowCache:1.0'
// https://jarcasting.com/artifacts/cn.threeoranges/RainbowCache/
implementation ("cn.threeoranges:RainbowCache:1.0")
'cn.threeoranges:RainbowCache:jar:1.0'
<dependency org="cn.threeoranges" name="RainbowCache" rev="1.0">
<artifact name="RainbowCache" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.threeoranges', module='RainbowCache', version='1.0')
)
libraryDependencies += "cn.threeoranges" % "RainbowCache" % "1.0"
[cn.threeoranges/RainbowCache "1.0"]