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