core_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.softwaremill.akka-http-session</groupId>
<artifactId>core_2.13</artifactId>
<version>0.7.1</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.softwaremill.akka-http-session</groupId>
<artifactId>core_2.13</artifactId>
<packaging>jar</packaging>
<description>core</description>
<url>http://softwaremill.com/open-source</url>
<version>0.7.1</version>
<licenses>
<license>
<name>Apache 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>core</name>
<organization>
<name>com.softwaremill.akka-http-session</name>
<url>https://softwaremill.com</url>
</organization>
<scm>
<url>https://github.com/softwaremill/akka-http-session</url>
<connection>scm:git:https://github.com/softwaremill/akka-http-session.git</connection>
<developerConnection>scm:git:git@github.com:softwaremill/akka-http-session.git</developerConnection>
</scm>
<developers>
<developer>
<id>softwaremill</id>
<name>SoftwareMill</name>
<url>https://softwaremill.com</url>
<email>info@softwaremill.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>early-semver</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.11</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_2.13</artifactId>
<version>10.2.7</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.13</artifactId>
<version>2.6.18</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http-testkit_2.13</artifactId>
<version>10.2.7</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream-testkit_2.13</artifactId>
<version>2.6.18</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.13</artifactId>
<version>1.15.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.16</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>