| License | License
                                                        Apache License, Version 2.0                                                 | 
|---|---|
| Categories | Categoriesconfig Application Layer Libs Configuration | 
| GroupId | GroupIdorg.atteo | 
| ArtifactId | ArtifactIdevo-config-parent | 
| Last Version | Last Version1.1 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionEvo 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 | 
|---|---|
| evo-config-parent-1.1.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.atteo/evo-config-parent/ -->
<dependency>
    <groupId>org.atteo</groupId>
    <artifactId>evo-config-parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.atteo/evo-config-parent/
implementation 'org.atteo:evo-config-parent:1.1'// https://jarcasting.com/artifacts/org.atteo/evo-config-parent/
implementation ("org.atteo:evo-config-parent:1.1")'org.atteo:evo-config-parent:pom:1.1'<dependency org="org.atteo" name="evo-config-parent" rev="1.1">
  <artifact name="evo-config-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='org.atteo', module='evo-config-parent', version='1.1')
)libraryDependencies += "org.atteo" % "evo-config-parent" % "1.1"[org.atteo/evo-config-parent "1.1"]