is not current version
Last Version 20050208.211518

xdoclet:xdoclet 20041211.160202

XDoclet is a code generation engine based on meta data specified in javadoc tags. This documentation is for XDoclet2, which is a rewrite of <a href="http://xdoclet.sf.net">XDoclet 1.2.x</a>.

GroupId

GroupId

xdoclet
ArtifactId

ArtifactId

xdoclet
Version

Version

20041211.160202
Type

Type

jar

Download xdoclet 20041211.160202


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