Categories |
CategoriesCaching Data Akka Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.typesafe.akka |
ArtifactId | ArtifactIdakka-http-caching_2.12 |
Version | Version10.1.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-caching_2.12/ -->
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-caching_2.12</artifactId>
<version>10.1.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-caching_2.12/
implementation 'com.typesafe.akka:akka-http-caching_2.12:10.1.0-RC1'
// https://jarcasting.com/artifacts/com.typesafe.akka/akka-http-caching_2.12/
implementation ("com.typesafe.akka:akka-http-caching_2.12:10.1.0-RC1")
'com.typesafe.akka:akka-http-caching_2.12:jar:10.1.0-RC1'
<dependency org="com.typesafe.akka" name="akka-http-caching_2.12" rev="10.1.0-RC1">
<artifact name="akka-http-caching_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe.akka', module='akka-http-caching_2.12', version='10.1.0-RC1')
)
libraryDependencies += "com.typesafe.akka" % "akka-http-caching_2.12" % "10.1.0-RC1"
[com.typesafe.akka/akka-http-caching_2.12 "10.1.0-RC1"]