is not current version
Last Version 0.1.9

com.github.houbb:json 0.0.5

The json framework for java.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

json
Version

Version

0.0.5
Type

Type

pom

Download json 0.0.5

Filename Size
json-0.0.5.pom 9 KB
Browse

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