j

json

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