is not current version
Last Version 0.10.1

com.lunatech.jax-doclets:doclets 0.8.1

jax-doclets allows you to generate JavaDoc documentation for specific Java annotation-based extensions.

GroupId

GroupId

com.lunatech.jax-doclets
ArtifactId

ArtifactId

doclets
Version

Version

0.8.1
Type

Type

jar

Download doclets 0.8.1


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