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