is not current version
Last Version 0.0.6

com.github.detro:jsonconf 0.0.5

JSON based configuration utility with some cool features

Categories

Categories

JSON Data
GroupId

GroupId

com.github.detro
ArtifactId

ArtifactId

jsonconf
Version

Version

0.0.5
Type

Type

jar

Download jsonconf 0.0.5


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