MVN

net.databinder.dispatch : dispatch-json4s-jackson_2.10

Maven & Gradle

Jul 04, 2017
3 usages
423 stars

dispatch-json4s-jackson · Dispatch module providing json4s support

<dependency>
    <groupId>net.databinder.dispatch</groupId>
    <artifactId>dispatch-json4s-jackson_2.10</artifactId>
    <version>0.11.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.databinder.dispatch : dispatch-json4s-jackson_2.10 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.4
  • Latest Beta: 0.11.0-beta1

All Versions

Choose a version of net.databinder.dispatch : dispatch-json4s-jackson_2.10 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
dispatch-json4s-jackson_2.10-0.11.4
dispatch-json4s-jackson_2.10-0.11.3
dispatch-json4s-jackson_2.10-0.11.2
dispatch-json4s-jackson_2.10-0.11.1
dispatch-json4s-jackson_2.10-0.11.0
dispatch-json4s-jackson_2.10-0.11.0-beta1
0.10.x
dispatch-json4s-jackson_2.10-0.10.1
dispatch-json4s-jackson_2.10-0.10.0
dispatch-json4s-jackson_2.10-0.10.0-beta2
dispatch-json4s-jackson_2.10-0.10.0-beta1

How to add a dependency to Maven

Add the following net.databinder.dispatch : dispatch-json4s-jackson_2.10 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.databinder.dispatch</groupId>
    <artifactId>dispatch-json4s-jackson_2.10</artifactId>
    <version>0.11.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.databinder.dispatch : dispatch-json4s-jackson_2.10 gradle dependency to your build.gradle file:

implementation 'net.databinder.dispatch:dispatch-json4s-jackson_2.10:0.11.4'

Gradle Kotlin DSL: Add the following net.databinder.dispatch : dispatch-json4s-jackson_2.10 gradle kotlin dependency to your build.gradle.kts file:

implementation("net.databinder.dispatch:dispatch-json4s-jackson_2.10:0.11.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.databinder.dispatch : dispatch-json4s-jackson_2.10 sbt scala dependency to your build.sbt file:

libraryDependencies += "net.databinder.dispatch" % "dispatch-json4s-jackson_2.10" % "0.11.4"