is not current version
Last Version 3.0.0

org.hjson:hjson 1.0.1

Hjson, the Human JSON

Categories

Categories

JSON Data
GroupId

GroupId

org.hjson
ArtifactId

ArtifactId

hjson
Version

Version

1.0.1
Type

Type

jar

Download hjson 1.0.1


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