MVN

com.softwaremill.akka-http-session : core_2.12

Maven & Gradle

Jan 31, 2022
3 usages
438 stars

core · core

<dependency>
    <groupId>com.softwaremill.akka-http-session</groupId>
    <artifactId>core_2.12</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.akka-http-session : core_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of com.softwaremill.akka-http-session : core_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
core_2.12-0.7.0
0.6.x
core_2.12-0.6.1
core_2.12-0.6.0
CVE-2020-28452
0.5.x
core_2.12-0.5.11
CVE-2020-28452
core_2.12-0.5.10
2 vulnerabilities
core_2.12-0.5.9
2 vulnerabilities
core_2.12-0.5.8
2 vulnerabilities
core_2.12-0.5.7
2 vulnerabilities
core_2.12-0.5.6
2 vulnerabilities
core_2.12-0.5.5
2 vulnerabilities
core_2.12-0.5.4
2 vulnerabilities
core_2.12-0.5.3
2 vulnerabilities
core_2.12-0.5.2
2 vulnerabilities
core_2.12-0.5.1
2 vulnerabilities
core_2.12-0.5.0
2 vulnerabilities
0.4.x
core_2.12-0.4.0
2 vulnerabilities
0.3.x
core_2.12-0.3.0
2 vulnerabilities

How to add a dependency to Maven

Add the following com.softwaremill.akka-http-session : core_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremill.akka-http-session</groupId>
    <artifactId>core_2.12</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.akka-http-session : core_2.12 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.akka-http-session:core_2.12:0.7.0'

Gradle Kotlin DSL: Add the following com.softwaremill.akka-http-session : core_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.akka-http-session:core_2.12:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.akka-http-session : core_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.akka-http-session" % "core_2.12" % "0.7.0"