a

akka-http-caching_3

Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.
https://akka.io
BUSL-1.1
Lightbend
Contributors
Files download
File Operation
akka-http-caching_3-10.5.2.jar download
akka-http-caching_3-10.5.2.pom download
akka-http-caching_3-10.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.akka</groupId>
  <artifactId>akka-http-caching_3</artifactId>
  <version>10.5.2</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.akka:akka-http-caching_3:10.5.2'
Gradle Kotlin
implementation("com.typesafe.akka:akka-http-caching_3:10.5.2")
Scala SBT
libraryDependencies += "com.typesafe.akka" % "akka-http-caching_3" % "10.5.2"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.akka', module='akka-http-caching_3', version='10.5.2')
)
Apache Ivy
<dependency org="com.typesafe.akka" name="akka-http-caching_3" rev="10.5.2" />
Leiningen
[com.typesafe.akka/akka-http-caching_3 "10.5.2"]
Apache Buildr
'com.typesafe.akka:akka-http-caching_3:jar:10.5.2'