is not current version
Last Version 3.0.0

org.hjson:hjson 2.1.0

Hjson, the Human JSON

Categories

Categories

JSON Data
GroupId

GroupId

org.hjson
ArtifactId

ArtifactId

hjson
Version

Version

2.1.0
Type

Type

jar

Download hjson 2.1.0


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