is not current version
Last Version 0.1.9

com.github.houbb:json 0.1.8

The json framework for java.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

json
Version

Version

0.1.8
Type

Type

jar

Download json 0.1.8


<!-- https://jarcasting.com/artifacts/com.github.houbb/json/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>json</artifactId>
    <version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/json/
implementation 'com.github.houbb:json:0.1.8'
// https://jarcasting.com/artifacts/com.github.houbb/json/
implementation ("com.github.houbb:json:0.1.8")
'com.github.houbb:json:jar:0.1.8'
<dependency org="com.github.houbb" name="json" rev="0.1.8">
  <artifact name="json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='json', version='0.1.8')
)
libraryDependencies += "com.github.houbb" % "json" % "0.1.8"
[com.github.houbb/json "0.1.8"]