| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.prefixedproperties |
| Идентификатор | Идентификаторpp-spring |
| Последняя версия | Последняя версия3.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| pp-spring-3.1.0.pom | |
| pp-spring-3.1.0.jar | 17 KB |
| pp-spring-3.1.0-sources.jar | 15 KB |
| pp-spring-3.1.0-javadoc.jar | 70 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-spring/ -->
<dependency>
<groupId>net.sf.prefixedproperties</groupId>
<artifactId>pp-spring</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-spring/
implementation 'net.sf.prefixedproperties:pp-spring:3.1.0'
// https://jarcasting.com/artifacts/net.sf.prefixedproperties/pp-spring/
implementation ("net.sf.prefixedproperties:pp-spring:3.1.0")
'net.sf.prefixedproperties:pp-spring:jar:3.1.0'
<dependency org="net.sf.prefixedproperties" name="pp-spring" rev="3.1.0">
<artifact name="pp-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.prefixedproperties', module='pp-spring', version='3.1.0')
)
libraryDependencies += "net.sf.prefixedproperties" % "pp-spring" % "3.1.0"
[net.sf.prefixedproperties/pp-spring "3.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.prefixedproperties : pp-core | jar | 3.1.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 4.3.3.RELEASE |
| org.springframework : spring-aop | jar | 4.3.3.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |