License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.prefixedproperties |
ArtifactId | ArtifactIdpp-core |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrefixedProperties-Core
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
pp-core-3.1.0.pom | |
pp-core-3.1.0.jar | 36 KB |
pp-core-3.1.0-sources.jar | 22 KB |
pp-core-3.1.0-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-core/ -->
<dependency>
<groupId>net.sf.prefixedproperties</groupId>
<artifactId>pp-core</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-core/
implementation 'net.sf.prefixedproperties:pp-core:3.1.0'
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-core/
implementation ("net.sf.prefixedproperties:pp-core:3.1.0")
'net.sf.prefixedproperties:pp-core:jar:3.1.0'
<dependency org="net.sf.prefixedproperties" name="pp-core" rev="3.1.0">
<artifact name="pp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.prefixedproperties', module='pp-core', version='3.1.0')
)
libraryDependencies += "net.sf.prefixedproperties" % "pp-core" % "3.1.0"
[net.sf.prefixedproperties/pp-core "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.5 |
com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.8.3 |
log4j : log4j | jar | 1.2.16 |
net.sf.triemap : triemap | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |