License |
License
Apache License, Version 2.0
|
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.atteo.config |
ArtifactId | ArtifactIdxmlmerge |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtteo XML merge
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 |
---|---|
xmlmerge-1.3.pom | |
xmlmerge-1.3.jar | 11 KB |
xmlmerge-1.3-sources.jar | 8 KB |
xmlmerge-1.3-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.config/xmlmerge/ -->
<dependency>
<groupId>org.atteo.config</groupId>
<artifactId>xmlmerge</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.config/xmlmerge/
implementation 'org.atteo.config:xmlmerge:1.3'
// https://jarcasting.com/artifacts/org.atteo.config/xmlmerge/
implementation ("org.atteo.config:xmlmerge:1.3")
'org.atteo.config:xmlmerge:jar:1.3'
<dependency org="org.atteo.config" name="xmlmerge" rev="1.3">
<artifact name="xmlmerge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.config', module='xmlmerge', version='1.3')
)
libraryDependencies += "org.atteo.config" % "xmlmerge" % "1.3"
[org.atteo.config/xmlmerge "1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 16.0.1 |
com.google.code.findbugs : jsr305 | jar | 2.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
xmlunit : xmlunit | jar | 1.5 |