j

json

_json_
Files download
File Operation
json-1.1.4.jar download
json-1.1.4.pom download
json-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>cn.godmao</groupId>
  <artifactId>json</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'cn.godmao:json:1.1.4'
Gradle Kotlin
implementation("cn.godmao:json:1.1.4")
Scala SBT
libraryDependencies += "cn.godmao" % "json" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='cn.godmao', module='json', version='1.1.4')
)
Apache Ivy
<dependency org="cn.godmao" name="json" rev="1.1.4" />
Leiningen
[cn.godmao/json "1.1.4"]
Apache Buildr
'cn.godmao:json:jar:1.1.4'