is not current version
Last Version 3.1.0

net.sf.prefixedproperties:pp-core 3.0.2

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

pp-core
Version

Version

3.0.2
Type

Type

jar

Download pp-core 3.0.2


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