MVN

com.thomaspaulmann : Documentor

Maven & Gradle

Feb 18, 2016
0 stars

Documentor Gradle Plugin · Documentor is a gradle plugin to generate Javadocs for Android.

<dependency>
    <groupId>com.thomaspaulmann</groupId>
    <artifactId>Documentor</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.thomaspaulmann : Documentor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.thomaspaulmann : Documentor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
Documentor-1.2

How to add a dependency to Maven

Add the following com.thomaspaulmann : Documentor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.thomaspaulmann</groupId>
    <artifactId>Documentor</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.thomaspaulmann : Documentor gradle dependency to your build.gradle file:

implementation 'com.thomaspaulmann:Documentor:1.2'

Gradle Kotlin DSL: Add the following com.thomaspaulmann : Documentor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.thomaspaulmann:Documentor:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.thomaspaulmann : Documentor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.thomaspaulmann" % "Documentor" % "1.2"

Advertisement