is not current version
Last Version 3.0.0

org.jdrupes.mdoclet:doclet 0.9.5

A doclet for processing javadoc comments written with Markup

GroupId

GroupId

org.jdrupes.mdoclet
ArtifactId

ArtifactId

doclet
Version

Version

0.9.5
Type

Type

jar

Download doclet 0.9.5


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