is not current version
Last Version 0.0.6

com.github.detro:jsonconf 0.0.4

JSON based configuration utility with some cool features

Categories

Categories

JSON Data
GroupId

GroupId

com.github.detro
ArtifactId

ArtifactId

jsonconf
Version

Version

0.0.4
Type

Type

jar

Download jsonconf 0.0.4


<!-- https://jarcasting.com/artifacts/com.github.detro/jsonconf/ -->
<dependency>
    <groupId>com.github.detro</groupId>
    <artifactId>jsonconf</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.detro/jsonconf/
implementation 'com.github.detro:jsonconf:0.0.4'
// https://jarcasting.com/artifacts/com.github.detro/jsonconf/
implementation ("com.github.detro:jsonconf:0.0.4")
'com.github.detro:jsonconf:jar:0.0.4'
<dependency org="com.github.detro" name="jsonconf" rev="0.0.4">
  <artifact name="jsonconf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.detro', module='jsonconf', version='0.0.4')
)
libraryDependencies += "com.github.detro" % "jsonconf" % "0.0.4"
[com.github.detro/jsonconf "0.0.4"]