| Лицензия |
Лицензия |
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаcom.vectorprint |
| Идентификатор | ИдентификаторConfig |
| Последняя версия | Последняя версия11.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеConfig
This project is about configuration of applications and about parameterization of Objects.
This library offers annotations (and annotation processors), parsers, typing, observing changes, serialization,
cloning and more when working with settings and/or object parameters. Settings and its features can be declared using an xml format.
The library offers syntax support for settings and parameters in a loosely coupled manner. You are not restricted to built in syntax, you
can provide your own.
At runtime this library tracks keys for which a default is used because they are not found in settings. Also it tracks
unused keys.
You can stack features for settings such as caching, preparing keys and values, readonlyness, threadsafety, helpsupport, reading / parsing from input. You can easily develop
your own features for settings.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| Config-11.0.pom | |
| Config-11.0.jar | 226 KB |
| Config-11.0-sources.jar | 188 KB |
| Config-11.0-javadoc.jar | 853 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.vectorprint/Config/ -->
<dependency>
<groupId>com.vectorprint</groupId>
<artifactId>Config</artifactId>
<version>11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vectorprint/Config/
implementation 'com.vectorprint:Config:11.0'
// https://jarcasting.com/artifacts/com.vectorprint/Config/
implementation ("com.vectorprint:Config:11.0")
'com.vectorprint:Config:jar:11.0'
<dependency org="com.vectorprint" name="Config" rev="11.0">
<artifact name="Config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vectorprint', module='Config', version='11.0')
)
libraryDependencies += "com.vectorprint" % "Config" % "11.0"
[com.vectorprint/Config "11.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.vectorprint : VectorPrintCommon | jar | 4.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| com.sun.xml.bind : jaxb-impl | jar | 3.0.0 |
| commons-io : commons-io | jar | 2.8.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jakarta.platform : jakarta.jakartaee-api | jar | 9.0.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.jboss.weld : weld-junit5 | jar | 3.0.0.Final |
| org.slf4j : slf4j-jdk14 | jar | 1.7.30 |
| com.vectorprint : VectorPrintCommon | test-jar | 4.1 |