is not current version
Last Version 1.0.2

xdoclet:maven-xdoclet2-plugin 1.0

A Maven plugin to run XDoclet2 from within Maven

Categories

Categories

Maven Build Tools
GroupId

GroupId

xdoclet
ArtifactId

ArtifactId

maven-xdoclet2-plugin
Version

Version

1.0
Type

Type

jar

Download maven-xdoclet2-plugin 1.0


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