| GroupId | GroupIdxdoclet |
|---|---|
| ArtifactId | ArtifactIdxjavadoc |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionXJavaDoc
The XJavaDoc engine is a complete rewrite of Sun's JavaDoc engine that
is faster and more suited for XDoclet (although it is completely
standalone). It scans java source code and makes information about a
class available via special java beans that are part of the XJavaDoc
core. These beans provide the same information about a class as Sun's
JavaDoc API, and some nice extra features.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| xjavadoc-1.1.pom | |
| xjavadoc-1.1.jar | 225 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xdoclet/xjavadoc/ -->
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xjavadoc</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/xdoclet/xjavadoc/
implementation 'xdoclet:xjavadoc:1.1'
// https://jarcasting.com/artifacts/xdoclet/xjavadoc/
implementation ("xdoclet:xjavadoc:1.1")
'xdoclet:xjavadoc:jar:1.1'
<dependency org="xdoclet" name="xjavadoc" rev="1.1">
<artifact name="xjavadoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='xdoclet', module='xjavadoc', version='1.1')
)
libraryDependencies += "xdoclet" % "xjavadoc" % "1.1"
[xdoclet/xjavadoc "1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| ant : ant | jar | 1.5.2 |
| commons-collections : commons-collections | jar | 2.1 |
| junit : junit | jar | 3.8.1 |