MVN

vdoclet : vdoclet

Maven & Gradle

Jan 30, 2007
1 usages
<dependency>
    <groupId>vdoclet</groupId>
    <artifactId>vdoclet</artifactId>
    <version>20070127</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of vdoclet : vdoclet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20070127

All Versions

Choose a version of vdoclet : vdoclet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20070127
vdoclet-20070127
20020711
vdoclet-20020711

How to add a dependency to Maven

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

<dependency>
    <groupId>vdoclet</groupId>
    <artifactId>vdoclet</artifactId>
    <version>20070127</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following vdoclet : vdoclet gradle dependency to your build.gradle file:

implementation 'vdoclet:vdoclet:20070127'

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

implementation("vdoclet:vdoclet:20070127")

How to add a dependency to SBT Scala

SBT Scala: Add the following vdoclet : vdoclet sbt scala dependency to your build.sbt file:

libraryDependencies += "vdoclet" % "vdoclet" % "20070127"