is not current version
Last Version 3.0.0

net.sf.prefixedproperties:prefixedproperties 2.1.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. Supports Spring as PropertyPlaceholderConfigurer or PropertyOverrideConfigurer. Use Resourcebundles on a environmental or user specific level.

Categories

Categories

Net
GroupId

GroupId

net.sf.prefixedproperties
ArtifactId

ArtifactId

prefixedproperties
Version

Version

2.1.0
Type

Type

jar

Download prefixedproperties 2.1.0


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