License |
License
Apache License, Version 2.0
|
---|---|
GroupId | GroupIdorg.atteo |
ArtifactId | ArtifactIdevo-janino |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEvo Janino Property Resolver
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-janino-1.1.pom | |
evo-janino-1.1.jar | 2 KB |
evo-janino-1.1-sources.jar | 1 KB |
evo-janino-1.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo/evo-janino/ -->
<dependency>
<groupId>org.atteo</groupId>
<artifactId>evo-janino</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo/evo-janino/
implementation 'org.atteo:evo-janino:1.1'
// https://jarcasting.com/artifacts/org.atteo/evo-janino/
implementation ("org.atteo:evo-janino:1.1")
'org.atteo:evo-janino:jar:1.1'
<dependency org="org.atteo" name="evo-janino" rev="1.1">
<artifact name="evo-janino" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo', module='evo-janino', version='1.1')
)
libraryDependencies += "org.atteo" % "evo-janino" % "1.1"
[org.atteo/evo-janino "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.atteo : evo-config | jar | 1.1 |
org.codehaus.janino : janino | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |