| GroupId | GroupIdcom.dropbox.mobile.store |
|---|---|
| ArtifactId | ArtifactIdcache4 |
| Version | Version4.0.0-alpha06 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cache4-4.0.0-alpha06.pom | |
| cache4-4.0.0-alpha06.jar | 22 KB |
| cache4-4.0.0-alpha06-sources.jar | 7 KB |
| cache4-4.0.0-alpha06-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dropbox.mobile.store/cache4/ -->
<dependency>
<groupId>com.dropbox.mobile.store</groupId>
<artifactId>cache4</artifactId>
<version>4.0.0-alpha06</version>
</dependency>
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/cache4/
implementation 'com.dropbox.mobile.store:cache4:4.0.0-alpha06'
// https://jarcasting.com/artifacts/com.dropbox.mobile.store/cache4/
implementation ("com.dropbox.mobile.store:cache4:4.0.0-alpha06")
'com.dropbox.mobile.store:cache4:jar:4.0.0-alpha06'
<dependency org="com.dropbox.mobile.store" name="cache4" rev="4.0.0-alpha06">
<artifact name="cache4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dropbox.mobile.store', module='cache4', version='4.0.0-alpha06')
)
libraryDependencies += "com.dropbox.mobile.store" % "cache4" % "4.0.0-alpha06"
[com.dropbox.mobile.store/cache4 "4.0.0-alpha06"]