j

json

A JSON implementation as a JRuby extension.
https://github.com/flori/json
Ruby
Daniel Luz
文件下载
文件名 操作
json-1.8.0.pom 下载
Apache Maven
<dependency>
  <groupId>rubygems</groupId>
  <artifactId>json</artifactId>
  <version>1.8.0</version>
  <type>gem</type>
</dependency>
Gradle Groovy
implementation 'rubygems:json:1.8.0'
Gradle Kotlin
implementation("rubygems:json:1.8.0")
Scala SBT
libraryDependencies += "rubygems" % "json" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='rubygems', module='json', version='1.8.0')
)
Apache Ivy
<dependency org="rubygems" name="json" rev="1.8.0" />
Leiningen
[rubygems/json "1.8.0"]
Apache Buildr
'rubygems:json:jar:1.8.0'
本项目依赖
该项目无第三方依赖