GroupId | GroupIdcom.typesafe.play |
---|---|
ArtifactId | ArtifactIdcachecontrol_2.11 |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
cachecontrol_2.11-1.1.7.pom | |
cachecontrol_2.11-1.1.7.jar | 313 KB |
cachecontrol_2.11-1.1.7-sources.jar | 27 KB |
cachecontrol_2.11-1.1.7-javadoc.jar | 562 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/cachecontrol_2.11/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>cachecontrol_2.11</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/cachecontrol_2.11/
implementation 'com.typesafe.play:cachecontrol_2.11:1.1.7'
// https://jarcasting.com/artifacts/com.typesafe.play/cachecontrol_2.11/
implementation ("com.typesafe.play:cachecontrol_2.11:1.1.7")
'com.typesafe.play:cachecontrol_2.11:jar:1.1.7'
<dependency org="com.typesafe.play" name="cachecontrol_2.11" rev="1.1.7">
<artifact name="cachecontrol_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='cachecontrol_2.11', version='1.1.7')
)
libraryDependencies += "com.typesafe.play" % "cachecontrol_2.11" % "1.1.7"
[com.typesafe.play/cachecontrol_2.11 "1.1.7"]