is not current version
Last Version 3.0.0

net.sf.prefixedproperties:prefixedproperties 2.0.0

Extended Properties class to filter properties by an environment, system, host, user or a combination of them. Supports request depended propeties. Use XML, Properties or JSON to write your configuration.

Categories

Categories

Net
GroupId

GroupId

net.sf.prefixedproperties
ArtifactId

ArtifactId

prefixedproperties
Version

Version

2.0.0
Type

Type

jar

Download prefixedproperties 2.0.0


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