j

json4s-native_2.9.2

Dispatch module providing json4s native support
http://dispatch.databinder.net/
LGPL v3
net.databinder.dispatch
Nathan Hamblen
文件下载
文件名 操作
json4s-native_2.9.2-0.9.5.jar 下载
json4s-native_2.9.2-0.9.5.pom 下载
json4s-native_2.9.2-0.9.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.databinder.dispatch</groupId>
  <artifactId>json4s-native_2.9.2</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'net.databinder.dispatch:json4s-native_2.9.2:0.9.5'
Gradle Kotlin
implementation("net.databinder.dispatch:json4s-native_2.9.2:0.9.5")
Scala SBT
libraryDependencies += "net.databinder.dispatch" % "json4s-native_2.9.2" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='net.databinder.dispatch', module='json4s-native_2.9.2', version='0.9.5')
)
Apache Ivy
<dependency org="net.databinder.dispatch" name="json4s-native_2.9.2" rev="0.9.5" />
Leiningen
[net.databinder.dispatch/json4s-native_2.9.2 "0.9.5"]
Apache Buildr
'net.databinder.dispatch:json4s-native_2.9.2:jar:0.9.5'