d

dispatch-json4s-native_2.11

Dispatch module providing json4s native support
http://dispatch.databinder.net/
LGPL v3
net.databinder.dispatch
Nathan Hamblen
Files download
File Operation
dispatch-json4s-native_2.11-0.13.4.jar download
dispatch-json4s-native_2.11-0.13.4.pom download
dispatch-json4s-native_2.11-0.13.4-sources.jar download
Apache Maven
<dependency>
  <groupId>net.databinder.dispatch</groupId>
  <artifactId>dispatch-json4s-native_2.11</artifactId>
  <version>0.13.4</version>
</dependency>
Gradle Groovy
implementation 'net.databinder.dispatch:dispatch-json4s-native_2.11:0.13.4'
Gradle Kotlin
implementation("net.databinder.dispatch:dispatch-json4s-native_2.11:0.13.4")
Scala SBT
libraryDependencies += "net.databinder.dispatch" % "dispatch-json4s-native_2.11" % "0.13.4"
Groovy Grape
@Grapes(
  @Grab(group='net.databinder.dispatch', module='dispatch-json4s-native_2.11', version='0.13.4')
)
Apache Ivy
<dependency org="net.databinder.dispatch" name="dispatch-json4s-native_2.11" rev="0.13.4" />
Leiningen
[net.databinder.dispatch/dispatch-json4s-native_2.11 "0.13.4"]
Apache Buildr
'net.databinder.dispatch:dispatch-json4s-native_2.11:jar:0.13.4'