akka-http-core_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-core_2.13</artifactId>
<version>10.6.0-M1</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-core_2.13</artifactId>
<packaging>jar</packaging>
<description>Akka Http: Modern, fast, asynchronous, streaming-first HTTP server and client.</description>
<url>https://akka.io</url>
<version>10.6.0-M1</version>
<licenses>
<license>
<name>BUSL-1.1</name>
<url>https://raw.githubusercontent.com/akka/akka-http/v10.6.0-M1/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>akka-http-core</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.6.0-M1/</info.apiURL>
<info.releaseNotesUrl>https://github.com/akka/akka-http/releases/tag/v10.6.0-M1</info.releaseNotesUrl>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.12</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-parsing_2.13</artifactId>
<version>10.6.0-M1</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.13</artifactId>
<version>2.9.0-M2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-testkit_2.13</artifactId>
<version>2.9.0-M2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.spray</groupId>
<artifactId>spray-json_2.13</artifactId>
<version>1.3.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.12</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>scalacheck-1-16_2.13</artifactId>
<version>3.2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
<artifactId>junit-4-13_2.13</artifactId>
<version>3.2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>