Last Version

XJavaDoc 1.1

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.

GroupId

GroupId

xjavadoc
ArtifactId

ArtifactId

xjavadoc
Version

Version

1.1
Type

Type

jar
Description

Description

XJavaDoc
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

http://xdoclet.sourceforge.net/xjavadoc/
Project Organization

Project Organization

XDoclet Team

Download xjavadoc 1.1


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

Dependencies

compile (3)

Group / Artifact Type Version
ant : ant jar 1.5.2
commons-collections : commons-collections jar 2.1
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.