j

json

The json framework for java.
The Apache Software License, Version 2.0
houbb
Files download
File Operation
json-0.1.2.jar download
json-0.1.2.pom download
json-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.houbb</groupId>
  <artifactId>json</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.houbb:json:0.1.2'
Gradle Kotlin
implementation("com.github.houbb:json:0.1.2")
Scala SBT
libraryDependencies += "com.github.houbb" % "json" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.houbb', module='json', version='0.1.2')
)
Apache Ivy
<dependency org="com.github.houbb" name="json" rev="0.1.2" />
Leiningen
[com.github.houbb/json "0.1.2"]
Apache Buildr
'com.github.houbb:json:jar:0.1.2'