akka-http-caching_2.13.0-RC3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-caching_2.13.0-RC3</artifactId>
<version>10.1.8</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.13.0-RC3</artifactId>
<packaging>jar</packaging>
<description>Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.</description>
<url>https://akka.io</url>
<version>10.1.8</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://opensource.org/licenses/Apache-2.0</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>
<email>akka-user@googlegroups.com</email>
<url>https://github.com/akka/akka-http/graphs/contributors</url>
</developer>
</developers>
<properties>
<info.apiURL>https://doc.akka.io/api/akka-http/10.1.8/</info.apiURL>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.0-RC3</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_2.13.0-RC3</artifactId>
<version>10.1.8</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-core_2.13.0-RC3</artifactId>
<version>10.1.8</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-testkit_2.13.0-RC3</artifactId>
<version>10.1.8</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.13.0-RC3</artifactId>
<version>2.5.23</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-testkit_2.13.0-RC3</artifactId>
<version>2.5.23</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.6.2</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.13.0-RC3</artifactId>
<version>3.0.8-RC5</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<id>bintrayakkamaven</id>
<name>bintray-akka-maven</name>
<url>https://dl.bintray.com/akka/maven/</url>
<layout>default</layout>
</repository>
</repositories>
</project>