is not current version
Last Version 1.0.7

net.jmatrix:jproperties 0.9.7

JSON based properties with substitution and inclusion.

Categories

Categories

Net
GroupId

GroupId

net.jmatrix
ArtifactId

ArtifactId

jproperties
Version

Version

0.9.7
Type

Type

jar

Download jproperties 0.9.7


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