License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.prefixedproperties |
ArtifactId | ArtifactIdprefixedproperties-parent |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typepom |
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-parent-3.1.0.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties-parent/ -->
<dependency>
<groupId>net.sf.prefixedproperties</groupId>
<artifactId>prefixedproperties-parent</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties-parent/
implementation 'net.sf.prefixedproperties:prefixedproperties-parent:3.1.0'
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/prefixedproperties-parent/
implementation ("net.sf.prefixedproperties:prefixedproperties-parent:3.1.0")
'net.sf.prefixedproperties:prefixedproperties-parent:pom:3.1.0'
<dependency org="net.sf.prefixedproperties" name="prefixedproperties-parent" rev="3.1.0">
<artifact name="prefixedproperties-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.prefixedproperties', module='prefixedproperties-parent', version='3.1.0')
)
libraryDependencies += "net.sf.prefixedproperties" % "prefixedproperties-parent" % "3.1.0"
[net.sf.prefixedproperties/prefixedproperties-parent "3.1.0"]