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