h

hjson

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