vDoclet

vDoclet is a Java code-generation framework. It takes Java source-code, annotated with custom Javadoc tags, and uses Velocity templates to produce a number of output files.

GroupId

GroupId

vdoclet
ArtifactId

ArtifactId

vdoclet
Last Version

Last Version

20070127
Release Date

Release Date

Type

Type

jar
Description

Description

vDoclet
vDoclet is a Java code-generation framework. It takes Java source-code, annotated with custom Javadoc tags, and uses Velocity templates to produce a number of output files.
Project URL

Project URL

http://vdoclet.sourceforge.net/
Project Organization

Project Organization

Source Code Management

Source Code Management

http://vdoclet.cvs.sourceforge.net/vdoclet/

Download vdoclet

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
velocity : velocity jar 1.3
qdox : qdox jar 1.6.1
ant : ant jar 1.5.1
commons-collections : commons-collections jar 2.1

Project Modules

There are no modules declared in this project.

Versions

Version
20070127
20020711