MVN

com.lunatech.jax-doclets : doclets

Maven & Gradle

Jul 11, 2014
25 stars

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

<dependency>
    <groupId>com.lunatech.jax-doclets</groupId>
    <artifactId>doclets</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lunatech.jax-doclets : doclets to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of com.lunatech.jax-doclets : doclets to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
doclets-0.10.1
doclets-0.10.0
0.9.x
doclets-0.9.0
0.8.x
doclets-0.8.1
doclets-0.8.0

How to add a dependency to Maven

Add the following com.lunatech.jax-doclets : doclets maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lunatech.jax-doclets</groupId>
    <artifactId>doclets</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lunatech.jax-doclets : doclets gradle dependency to your build.gradle file:

implementation 'com.lunatech.jax-doclets:doclets:0.10.1'

Gradle Kotlin DSL: Add the following com.lunatech.jax-doclets : doclets gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lunatech.jax-doclets:doclets:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lunatech.jax-doclets : doclets sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lunatech.jax-doclets" % "doclets" % "0.10.1"