GroupId | GroupIdcom.github.simonpercic |
---|---|
ArtifactId | ArtifactIdwaterfallcache |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
waterfallcache-1.0.1.pom | |
waterfallcache-1.0.1.aar | 23 KB |
waterfallcache-1.0.1-sources.jar | 7 KB |
waterfallcache-1.0.1-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/waterfallcache/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>waterfallcache</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/waterfallcache/
implementation 'com.github.simonpercic:waterfallcache:1.0.1'
// https://jarcasting.com/artifacts/com.github.simonpercic/waterfallcache/
implementation ("com.github.simonpercic:waterfallcache:1.0.1")
'com.github.simonpercic:waterfallcache:aar:1.0.1'
<dependency org="com.github.simonpercic" name="waterfallcache" rev="1.0.1">
<artifact name="waterfallcache" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='waterfallcache', version='1.0.1')
)
libraryDependencies += "com.github.simonpercic" % "waterfallcache" % "1.0.1"
[com.github.simonpercic/waterfallcache "1.0.1"]