is not current version
Last Version 0.1.9

com.github.houbb:json 0.0.3

The json framework for java.

Categories

Categories

JSON Data
GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

json
Version

Version

0.0.3
Type

Type

pom

Download json 0.0.3

Filename Size
json-0.0.3.pom 9 KB
Browse

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