Files download
File Operation
spring-boot-starter-hjson-2.0.0.jar download
spring-boot-starter-hjson-2.0.0.pom download
spring-boot-starter-hjson-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ladutsko</groupId>
  <artifactId>spring-boot-starter-hjson</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ladutsko:spring-boot-starter-hjson:2.0.0'
Gradle Kotlin
implementation("com.github.ladutsko:spring-boot-starter-hjson:2.0.0")
Scala SBT
libraryDependencies += "com.github.ladutsko" % "spring-boot-starter-hjson" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ladutsko', module='spring-boot-starter-hjson', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.ladutsko" name="spring-boot-starter-hjson" rev="2.0.0" />
Leiningen
[com.github.ladutsko/spring-boot-starter-hjson "2.0.0"]
Apache Buildr
'com.github.ladutsko:spring-boot-starter-hjson:jar:2.0.0'