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