License |
License
Apache License, Version 2.0
|
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.atteo.config |
ArtifactId | ArtifactIdparent |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAtteo Config
An XML based configuration library based on JAXB annotated classes
with multi-file inheritance, recursive property resolution and dedicated Javadoc doclet.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
parent-1.3.pom | 1 KB |
Browse |
<!-- 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"]