is not current version
Last Version 0.10.1

com.lunatech.jax-doclets:doclets 0.9.0

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.9.0
Type

Type

jar

Download doclets 0.9.0


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