akka-http-caching_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-caching_2.12</artifactId> <version>10.5.3</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-caching_2.12</artifactId> <packaging>jar</packaging> <description>Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.</description> <url>https://akka.io</url> <version>10.5.3</version> <licenses> <license> <name>BUSL-1.1</name> <url>https://raw.githubusercontent.com/akka/akka-http/v10.5.3/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <name>akka-http-caching</name> <inceptionYear>2014</inceptionYear> <organization> <name>Lightbend</name> <url>https://www.lightbend.com</url> </organization> <scm> <url>https://github.com/akka/akka-http</url> <connection>git@github.com:akka/akka-http.git</connection> </scm> <developers> <developer> <id>contributors</id> <name>Contributors</name> <url>https://github.com/akka/akka-http/graphs/contributors</url> <email>info@lightbend.com</email> </developer> </developers> <properties> <info.apiURL>https://doc.akka.io/api/akka-http/10.5.3/</info.apiURL> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.12.17</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http_2.12</artifactId> <version>10.5.3</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-core_2.12</artifactId> <version>10.5.3</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-http-testkit_2.12</artifactId> <version>10.5.3</version> <scope>test</scope> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_2.12</artifactId> <version>2.7.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream-testkit_2.12</artifactId> <version>2.7.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.github.ben-manes.caffeine</groupId> <artifactId>caffeine</artifactId> <version>2.9.3</version> </dependency> <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> <version>3.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.12</artifactId> <version>3.2.12</version> <scope>test</scope> </dependency> </dependencies> </project>