MVN

net.sf.prefixedproperties : prefixedproperties-parent

Maven & Gradle

Oct 16, 2016
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-parent</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.1.0

All Versions

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

Version Vulnerabilities Updated
3.1.x
prefixedproperties-parent-3.1.0
3.0.x
prefixedproperties-parent-3.0.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.prefixedproperties</groupId>
    <artifactId>prefixedproperties-parent</artifactId>
    <version>3.1.0</version>
</dependency>

Advertisement