License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdorg.atteo |
ArtifactId | ArtifactIdevo-xmlmerge |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvo 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 |
---|---|
evo-xmlmerge-1.1.pom | |
evo-xmlmerge-1.1.jar | 11 KB |
evo-xmlmerge-1.1-sources.jar | 8 KB |
evo-xmlmerge-1.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo/evo-xmlmerge/ -->
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-xmlmerge</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-xmlmerge/
implementation 'org.atteo:evo-xmlmerge:1.1'
// https://jarcasting.com/artifacts/org.atteo/evo-xmlmerge/
implementation ("org.atteo:evo-xmlmerge:1.1")
'org.atteo:evo-xmlmerge:jar:1.1'
<dependency org="org.atteo" name="evo-xmlmerge" rev="1.1">
<artifact name="evo-xmlmerge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-xmlmerge', version='1.1')
)
libraryDependencies += "org.atteo" % "evo-xmlmerge" % "1.1"
[org.atteo/evo-xmlmerge "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 14.0.1 |
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
xmlunit : xmlunit | jar | 1.4 |