GroupId | GroupIdcom.nytimes.android |
---|---|
ArtifactId | ArtifactIdcache |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
cache-1.0.0.pom | |
cache-1.0.0.aar | 133 KB |
cache-1.0.0-sources.jar | 70 KB |
cache-1.0.0-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nytimes.android/cache/ -->
<dependency>
<groupId>com.nytimes.android</groupId>
<artifactId>cache</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.nytimes.android/cache/
implementation 'com.nytimes.android:cache:1.0.0'
// https://jarcasting.com/artifacts/com.nytimes.android/cache/
implementation ("com.nytimes.android:cache:1.0.0")
'com.nytimes.android:cache:aar:1.0.0'
<dependency org="com.nytimes.android" name="cache" rev="1.0.0">
<artifact name="cache" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.nytimes.android', module='cache', version='1.0.0')
)
libraryDependencies += "com.nytimes.android" % "cache" % "1.0.0"
[com.nytimes.android/cache "1.0.0"]