core_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.softwaremill.pekko-http-session</groupId>
<artifactId>core_3</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.pekko-http-session</groupId>
<artifactId>core_3</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.pekko-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>scala3-library_3</artifactId>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-http_3</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-java8-compat_3</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-stream_3</artifactId>
<version>1.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-http-testkit_3</artifactId>
<version>1.0.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.pekko</groupId>
<artifactId>pekko-stream-testkit_3</artifactId>
<version>1.0.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_3</artifactId>
<version>1.15.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_3</artifactId>
<version>3.2.16</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>