h

hjson

Hjson, the Human JSON
https://github.com/hjson/hjson-java
The MIT License (MIT)
Christian Zangl
Files download
File Operation
hjson-2.1.1.jar download
hjson-2.1.1.pom download
hjson-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hjson</groupId>
  <artifactId>hjson</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.hjson:hjson:2.1.1'
Gradle Kotlin
implementation("org.hjson:hjson:2.1.1")
Scala SBT
libraryDependencies += "org.hjson" % "hjson" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hjson', module='hjson', version='2.1.1')
)
Apache Ivy
<dependency org="org.hjson" name="hjson" rev="2.1.1" />
Leiningen
[org.hjson/hjson "2.1.1"]
Apache Buildr
'org.hjson:hjson:jar:2.1.1'
Dependencies
The project has no third-party dependencies