is not current version
Last Version 1.0.7

net.jmatrix:jproperties 0.9.3

JSON based properties with substitution and inclusion.

Categories

Categories

Net
GroupId

GroupId

net.jmatrix
ArtifactId

ArtifactId

jproperties
Version

Version

0.9.3
Type

Type

jar

Download jproperties 0.9.3


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