| GroupId | GroupIdcom.twitter |
|---|---|
| ArtifactId | ArtifactIdstorehaus-cache_2.11 |
| Version | Version0.12.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| storehaus-cache_2.11-0.12.0.pom | |
| storehaus-cache_2.11-0.12.0.jar | 273 KB |
| storehaus-cache_2.11-0.12.0-sources.jar | 28 KB |
| storehaus-cache_2.11-0.12.0-javadoc.jar | 633 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.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.twitter/storehaus-cache_2.11/
implementation 'com.twitter:storehaus-cache_2.11:0.12.0'
// https://jarcasting.com/artifacts/com.twitter/storehaus-cache_2.11/
implementation ("com.twitter:storehaus-cache_2.11:0.12.0")
'com.twitter:storehaus-cache_2.11:jar:0.12.0'
<dependency org="com.twitter" name="storehaus-cache_2.11" rev="0.12.0">
<artifact name="storehaus-cache_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twitter', module='storehaus-cache_2.11', version='0.12.0')
)
libraryDependencies += "com.twitter" % "storehaus-cache_2.11" % "0.12.0"
[com.twitter/storehaus-cache_2.11 "0.12.0"]