MVN

org.dispatchhttp : dispatch-json4s-native_2.12

Maven & Gradle

Jan 11, 2020
3 usages
425 stars

dispatch-json4s-native · Dispatch module providing json4s native support

<dependency>
    <groupId>org.dispatchhttp</groupId>
    <artifactId>dispatch-json4s-native_2.12</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dispatchhttp : dispatch-json4s-native_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.0
  • Latest Release Candidate: 0.14.0-RC1

All Versions

Choose a version of org.dispatchhttp : dispatch-json4s-native_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
dispatch-json4s-native_2.12-1.2.0
1.1.x
dispatch-json4s-native_2.12-1.1.3
dispatch-json4s-native_2.12-1.1.2
dispatch-json4s-native_2.12-1.1.1
dispatch-json4s-native_2.12-1.1.0
1.0.x
dispatch-json4s-native_2.12-1.0.3
dispatch-json4s-native_2.12-1.0.2
dispatch-json4s-native_2.12-1.0.1
dispatch-json4s-native_2.12-1.0.0
dispatch-json4s-native_2.12-1.0.0-M1
0.14.x
dispatch-json4s-native_2.12-0.14.1
dispatch-json4s-native_2.12-0.14.0
dispatch-json4s-native_2.12-0.14.0-RC1

How to add a dependency to Maven

Add the following org.dispatchhttp : dispatch-json4s-native_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dispatchhttp</groupId>
    <artifactId>dispatch-json4s-native_2.12</artifactId>
    <version>1.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dispatchhttp : dispatch-json4s-native_2.12 gradle dependency to your build.gradle file:

implementation 'org.dispatchhttp:dispatch-json4s-native_2.12:1.2.0'

Gradle Kotlin DSL: Add the following org.dispatchhttp : dispatch-json4s-native_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dispatchhttp:dispatch-json4s-native_2.12:1.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dispatchhttp : dispatch-json4s-native_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dispatchhttp" % "dispatch-json4s-native_2.12" % "1.2.0"

Advertisement