MVN

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

Maven & Gradle

Mar 12, 2020
2 usages

core · core

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

Latest Version

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

  • Latest Stable: 0.5.11

All Versions

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

  • Version Updated
  • core_2.11-0.5.11

    Mar 11, 2020
  • core_2.11-0.5.10

    Jul 24, 2019
  • core_2.11-0.5.9

    Jul 22, 2019
  • core_2.11-0.5.8

    Jul 22, 2019
  • core_2.11-0.5.7

    Jun 26, 2019
  • core_2.11-0.5.6

    Oct 12, 2018
  • core_2.11-0.5.5

    Apr 10, 2018
  • core_2.11-0.5.4

    Feb 10, 2018
  • core_2.11-0.5.3

    Nov 13, 2017
  • core_2.11-0.5.2

    Sep 06, 2017
  • core_2.11-0.5.1

    Jul 21, 2017
  • core_2.11-0.5.0

    Jun 09, 2017
  • core_2.11-0.4.0

    Feb 01, 2017
  • core_2.11-0.3.0

    Nov 22, 2016
  • core_2.11-0.2.7

    Aug 23, 2016
  • core_2.11-0.2.6

    Apr 22, 2016
  • core_2.11-0.2.5

    Apr 04, 2016
  • core_2.11-0.2.4

    Feb 17, 2016
  • core_2.11-0.2.3

    Dec 22, 2015
  • core_2.11-0.2.2

    Nov 30, 2015
  • core_2.11-0.2.1

    Nov 22, 2015
  • core_2.11-0.2.0

    Nov 16, 2015

How to add a dependency to Maven

Add the following com.softwaremill.akka-http-session : core_2.11 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.11</artifactId>
    <version>0.5.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.softwaremill.akka-http-session:core_2.11:0.5.11'

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

implementation("com.softwaremill.akka-http-session:core_2.11:0.5.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.softwaremill.akka-http-session" % "core_2.11" % "0.5.11"