is not current version
Last Version 3.0.0

org.jdrupes.mdoclet:doclet 1.0.5

A doclet for processing javadoc comments written with Markup

GroupId

GroupId

org.jdrupes.mdoclet
ArtifactId

ArtifactId

doclet
Version

Version

1.0.5
Type

Type

jar

Download doclet 1.0.5


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