| Лицензия |
Лицензия
Apache License, Version 2.0
|
|---|---|
| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
| Группа | Группаorg.atteo.config |
| Идентификатор | Идентификаторparent |
| Версия | Версия1.3 |
| Тип | Типpom |
| Описание |
ОписаниеAtteo Config
An XML based configuration library based on JAXB annotated classes
with multi-file inheritance, recursive property resolution and dedicated Javadoc doclet.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-1.3.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.atteo.config/parent/ -->
<dependency>
<groupId>org.atteo.config</groupId>
<artifactId>parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.config/parent/
implementation 'org.atteo.config:parent:1.3'
// https://jarcasting.com/artifacts/org.atteo.config/parent/
implementation ("org.atteo.config:parent:1.3")
'org.atteo.config:parent:pom:1.3'
<dependency org="org.atteo.config" name="parent" rev="1.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo.config', module='parent', version='1.3')
)
libraryDependencies += "org.atteo.config" % "parent" % "1.3"
[org.atteo.config/parent "1.3"]