is not current version
Last Version 1.0.7

net.jmatrix:jproperties 1.0.1

JSON based properties with substitution and inclusion.

Categories

Categories

Net
GroupId

GroupId

net.jmatrix
ArtifactId

ArtifactId

jproperties
Version

Version

1.0.1
Type

Type

jar

Download jproperties 1.0.1


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