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