License |
License
Apache License, Version 2.0
|
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.atteo.config |
ArtifactId | ArtifactIddoclet |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAtteo Config Doclet
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 |
---|---|
doclet-1.3.pom | |
doclet-1.3.jar | 1 MB |
doclet-1.3-sources.jar | 14 KB |
doclet-1.3-javadoc.jar | 91 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.config/doclet/ -->
<dependency>
<groupId>org.atteo.config</groupId>
<artifactId>doclet</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.config/doclet/
implementation 'org.atteo.config:doclet:1.3'
// https://jarcasting.com/artifacts/org.atteo.config/doclet/
implementation ("org.atteo.config:doclet:1.3")
'org.atteo.config:doclet:jar:1.3'
<dependency org="org.atteo.config" name="doclet" rev="1.3">
<artifact name="doclet" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.config', module='doclet', version='1.3')
)
libraryDependencies += "org.atteo.config" % "doclet" % "1.3"
[org.atteo.config/doclet "1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.sun » tools | jar | 1.6 |