is not current version
Last Version 1.1

org.atteo:evo-config-parent 1.0

An XML based configuration library based on JAXB annotated classes with multi-file inheritance, recursive property resolution and dedicated Javadoc doclet.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

org.atteo
ArtifactId

ArtifactId

evo-config-parent
Version

Version

1.0
Type

Type

pom

Download evo-config-parent 1.0


<!-- https://jarcasting.com/artifacts/org.atteo/evo-config-parent/ -->
<dependency>
    <groupId>org.atteo</groupId>
    <artifactId>evo-config-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-config-parent/
implementation 'org.atteo:evo-config-parent:1.0'
// https://jarcasting.com/artifacts/org.atteo/evo-config-parent/
implementation ("org.atteo:evo-config-parent:1.0")
'org.atteo:evo-config-parent:pom:1.0'
<dependency org="org.atteo" name="evo-config-parent" rev="1.0">
  <artifact name="evo-config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-config-parent', version='1.0')
)
libraryDependencies += "org.atteo" % "evo-config-parent" % "1.0"
[org.atteo/evo-config-parent "1.0"]