MVN

com.softwaremill.sttp.shared : fs2_2.12

Maven & Gradle

Mar 17, 2023
10 usages

fs2 · fs2

<dependency>
    <groupId>com.softwaremill.sttp.shared</groupId>
    <artifactId>fs2_2.12</artifactId>
    <version>1.3.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.softwaremill.sttp.shared : fs2_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.14
  • Latest Release Candidate: 1.0.0-RC13

All Versions

Choose a version of com.softwaremill.sttp.shared : fs2_2.12 to add to Maven or Gradle - All Versions:

  • Version Updated
  • fs2_2.12-1.3.14

    Mar 17, 2023
  • fs2_2.12-1.3.13

    Jan 31, 2023
  • fs2_2.12-1.3.12

    Nov 23, 2022
  • fs2_2.12-1.3.11

    Nov 02, 2022
  • fs2_2.12-1.3.10

    Oct 10, 2022
  • fs2_2.12-1.3.9

    Sep 30, 2022
  • fs2_2.12-1.3.8

    Sep 01, 2022
  • fs2_2.12-1.3.7

    Jun 27, 2022
  • fs2_2.12-1.3.6

    Jun 03, 2022
  • fs2_2.12-1.3.5

    Apr 28, 2022
  • fs2_2.12-1.3.4

    Apr 13, 2022
  • fs2_2.12-1.3.3

    Mar 26, 2022
  • fs2_2.12-1.3.2

    Feb 02, 2022
  • fs2_2.12-1.3.1

    Dec 30, 2021
  • fs2_2.12-1.3.0

    Dec 17, 2021
  • fs2_2.12-1.2.7

    Oct 21, 2021
  • fs2_2.12-1.2.6

    Aug 17, 2021
  • fs2_2.12-1.2.5

    May 18, 2021
  • fs2_2.12-1.2.4

    May 14, 2021
  • fs2_2.12-1.2.3

    Apr 26, 2021
  • fs2_2.12-1.2.2

    Apr 19, 2021
  • fs2_2.12-1.2.1

    Apr 17, 2021
  • fs2_2.12-1.2.0

    Apr 07, 2021
  • fs2_2.12-1.1.1

    Feb 22, 2021
  • fs2_2.12-1.1.0

    Jan 29, 2021
  • fs2_2.12-1.0.0

    Jan 12, 2021
  • fs2_2.12-1.0.0-RC13

    Jan 07, 2021
  • fs2_2.12-1.0.0-RC12

    Jan 04, 2021
  • fs2_2.12-1.0.0-RC11

    Dec 17, 2020
  • fs2_2.12-1.0.0-RC9

    Nov 30, 2020
  • fs2_2.12-1.0.0-RC8

    Nov 08, 2020
  • fs2_2.12-1.0.0-RC7

    Oct 23, 2020
  • fs2_2.12-1.0.0-RC6

    Sep 21, 2020
  • fs2_2.12-1.0.0-RC5

    Sep 07, 2020
  • fs2_2.12-1.0.0-RC4

    Sep 01, 2020
  • fs2_2.12-1.0.0-RC3

    Sep 01, 2020
  • fs2_2.12-1.0.0-RC2

    Aug 31, 2020
  • fs2_2.12-1.0.0-RC1

    Aug 19, 2020

How to add a dependency to Maven

Add the following com.softwaremill.sttp.shared : fs2_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.softwaremill.sttp.shared</groupId>
    <artifactId>fs2_2.12</artifactId>
    <version>1.3.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.sttp.shared : fs2_2.12 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.sttp.shared:fs2_2.12:1.3.14'

Gradle Kotlin DSL: Add the following com.softwaremill.sttp.shared : fs2_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.softwaremill.sttp.shared:fs2_2.12:1.3.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.sttp.shared : fs2_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.sttp.shared" % "fs2_2.12" % "1.3.14"