MVN

com.softwaremill.sttp : json-common_2.12

Maven & Gradle

Oct 14, 2019
7 usages

json-common · json-common

<dependency>
    <groupId>com.softwaremill.sttp</groupId>
    <artifactId>json-common_2.12</artifactId>
    <version>1.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.7.2

All Versions

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

Version Vulnerabilities Updated
1.7.x
json-common_2.12-1.7.2
json-common_2.12-1.7.1
json-common_2.12-1.7.0
1.6.x
json-common_2.12-1.6.8
json-common_2.12-1.6.7
json-common_2.12-1.6.6
json-common_2.12-1.6.5
json-common_2.12-1.6.4
json-common_2.12-1.6.3
json-common_2.12-1.6.2
json-common_2.12-1.6.1
json-common_2.12-1.6.0
1.5.x
json-common_2.12-1.5.19
json-common_2.12-1.5.18
json-common_2.12-1.5.17
json-common_2.12-1.5.16
json-common_2.12-1.5.15
json-common_2.12-1.5.14
json-common_2.12-1.5.13
json-common_2.12-1.5.12
json-common_2.12-1.5.11
json-common_2.12-1.5.10
json-common_2.12-1.5.9
json-common_2.12-1.5.8
json-common_2.12-1.5.7
json-common_2.12-1.5.6
json-common_2.12-1.5.5
json-common_2.12-1.5.4
json-common_2.12-1.5.3
json-common_2.12-1.5.2
json-common_2.12-1.5.1
json-common_2.12-1.5.0
1.4.x
json-common_2.12-1.4.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.softwaremill.sttp</groupId>
    <artifactId>json-common_2.12</artifactId>
    <version>1.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.softwaremill.sttp : json-common_2.12 gradle dependency to your build.gradle file:

implementation 'com.softwaremill.sttp:json-common_2.12:1.7.2'

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

implementation("com.softwaremill.sttp:json-common_2.12:1.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.softwaremill.sttp : json-common_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.softwaremill.sttp" % "json-common_2.12" % "1.7.2"

Advertisement