j

jsongration

A Json configuration library.
https://github.com/portlek/jsongration
Files download
File Operation
jsongration-1.7.jar download
jsongration-1.7.pom download
jsongration-1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>jsongration</artifactId>
  <version>1.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:jsongration:1.7'
Gradle Kotlin
implementation("io.github.portlek:jsongration:1.7")
Scala SBT
libraryDependencies += "io.github.portlek" % "jsongration" % "1.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='jsongration', version='1.7')
)
Apache Ivy
<dependency org="io.github.portlek" name="jsongration" rev="1.7" />
Leiningen
[io.github.portlek/jsongration "1.7"]
Apache Buildr
'io.github.portlek:jsongration:jar:1.7'