MVN

net.sf.prefixedproperties : pp-spring

Maven & Gradle

Oct 16, 2016
1 stars

PrefixedProperties-Spring · 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>pp-spring</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.prefixedproperties : pp-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of net.sf.prefixedproperties : pp-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
pp-spring-3.1.0
3.0.x
pp-spring-3.0.2
pp-spring-3.0.0

How to add a dependency to Maven

Add the following net.sf.prefixedproperties : pp-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.prefixedproperties : pp-spring gradle dependency to your build.gradle file:

implementation 'net.sf.prefixedproperties:pp-spring:3.1.0'

Gradle Kotlin DSL: Add the following net.sf.prefixedproperties : pp-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.prefixedproperties:pp-spring:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.prefixedproperties : pp-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.prefixedproperties" % "pp-spring" % "3.1.0"