| GroupId | GroupIdcom.twitter |
|---|---|
| ArtifactId | ArtifactIdstorehaus-cache_2.10 |
| Version | Version0.5.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storehaus-cache_2.10-0.5.1.pom | |
| storehaus-cache_2.10-0.5.1.jar | 156 KB |
| storehaus-cache_2.10-0.5.1-sources.jar | 15 KB |
| storehaus-cache_2.10-0.5.1-javadoc.jar | 509 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.twitter/storehaus-cache_2.10/ -->
<dependency>
<groupId>com.twitter</groupId>
<artifactId>storehaus-cache_2.10</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/storehaus-cache_2.10/
implementation 'com.twitter:storehaus-cache_2.10:0.5.1'
// https://jarcasting.com/artifacts/com.twitter/storehaus-cache_2.10/
implementation ("com.twitter:storehaus-cache_2.10:0.5.1")
'com.twitter:storehaus-cache_2.10:jar:0.5.1'
<dependency org="com.twitter" name="storehaus-cache_2.10" rev="0.5.1">
<artifact name="storehaus-cache_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='storehaus-cache_2.10', version='0.5.1')
)
libraryDependencies += "com.twitter" % "storehaus-cache_2.10" % "0.5.1"
[com.twitter/storehaus-cache_2.10 "0.5.1"]