j

json

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