License |
License |
---|---|
GroupId | GroupIdcom.typesafe.play |
ArtifactId | ArtifactIdcachecontrol_2.12 |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncachecontrol
Cachecontrol - Minimal HTTP cache management library in Scala
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cachecontrol_2.12-2.2.0.pom | |
cachecontrol_2.12-2.2.0.jar | 205 KB |
cachecontrol_2.12-2.2.0-sources.jar | 30 KB |
cachecontrol_2.12-2.2.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe.play/cachecontrol_2.12/ -->
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>cachecontrol_2.12</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.play/cachecontrol_2.12/
implementation 'com.typesafe.play:cachecontrol_2.12:2.2.0'
// https://jarcasting.com/artifacts/com.typesafe.play/cachecontrol_2.12/
implementation ("com.typesafe.play:cachecontrol_2.12:2.2.0")
'com.typesafe.play:cachecontrol_2.12:jar:2.2.0'
<dependency org="com.typesafe.play" name="cachecontrol_2.12" rev="2.2.0">
<artifact name="cachecontrol_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='cachecontrol_2.12', version='2.2.0')
)
libraryDependencies += "com.typesafe.play" % "cachecontrol_2.12" % "2.2.0"
[com.typesafe.play/cachecontrol_2.12 "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.15 |
org.scala-lang.modules : scala-parser-combinators_2.12 | jar | 1.1.2 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.2.10 |
org.slf4j : slf4j-simple | jar | 1.7.32 |