MVN

net.sf.prefixedproperties : prefixedproperties

Maven & Gradle

Jun 27, 2015
1 stars

PrefixedProperties · 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.

<dependency>
    <groupId>net.sf.prefixedproperties</groupId>
    <artifactId>prefixedproperties</artifactId>
    <version>3.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.prefixedproperties : prefixedproperties to add to Maven - Latest Versions:

  • Latest Stable: 3.0.0

All Versions

Choose a version of net.sf.prefixedproperties : prefixedproperties to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
prefixedproperties-3.0.0
2.1.x
prefixedproperties-2.1.0
2.0.x
prefixedproperties-2.0.0
1.1.x
prefixedproperties-1.1.3
prefixedproperties-1.1.2
prefixedproperties-1.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.prefixedproperties</groupId>
    <artifactId>prefixedproperties</artifactId>
    <version>3.0.0</version>
</dependency>