License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.prefixedproperties |
ArtifactId | ArtifactIdprefixedproperties |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPrefixedProperties
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
prefixedproperties-3.0.0.pom | |
prefixedproperties-3.0.0.jar | 53 KB |
prefixedproperties-3.0.0-sources.jar | 36 KB |
prefixedproperties-3.0.0-javadoc.jar | 117 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties/ -->
<dependency>
<groupId>net.sf.prefixedproperties</groupId>
<artifactId>prefixedproperties</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties/
implementation 'net.sf.prefixedproperties:prefixedproperties:3.0.0'
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties/
implementation ("net.sf.prefixedproperties:prefixedproperties:3.0.0")
'net.sf.prefixedproperties:prefixedproperties:jar:3.0.0'
<dependency org="net.sf.prefixedproperties" name="prefixedproperties" rev="3.0.0">
<artifact name="prefixedproperties" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.prefixedproperties', module='prefixedproperties', version='3.0.0')
)
libraryDependencies += "net.sf.prefixedproperties" % "prefixedproperties" % "3.0.0"
[net.sf.prefixedproperties/prefixedproperties "3.0.0"]