is not current version
Last Version 0.1.9

com.github.houbb:json 0.0.8

The json framework for java.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

json
Version

Version

0.0.8
Type

Type

pom

Download json 0.0.8

Filename Size
json-0.0.8.pom 9 KB
Browse

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