GroupId | GroupIdcom.jakewharton |
---|---|
ArtifactId | ArtifactIddisklrucache |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
disklrucache-2.0.0.pom | |
disklrucache-2.0.0.jar | 21 KB |
disklrucache-2.0.0-sources.jar | 12 KB |
disklrucache-2.0.0-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jakewharton/disklrucache/ -->
<dependency>
<groupId>com.jakewharton</groupId>
<artifactId>disklrucache</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jakewharton/disklrucache/
implementation 'com.jakewharton:disklrucache:2.0.0'
// https://jarcasting.com/artifacts/com.jakewharton/disklrucache/
implementation ("com.jakewharton:disklrucache:2.0.0")
'com.jakewharton:disklrucache:jar:2.0.0'
<dependency org="com.jakewharton" name="disklrucache" rev="2.0.0">
<artifact name="disklrucache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jakewharton', module='disklrucache', version='2.0.0')
)
libraryDependencies += "com.jakewharton" % "disklrucache" % "2.0.0"
[com.jakewharton/disklrucache "2.0.0"]