MVN

xdoclet-plugins : com.foo

Maven & Gradle

Dec 06, 2005
<dependency>
    <groupId>xdoclet-plugins</groupId>
    <artifactId>com.foo</artifactId>
    <version>20050208.123302</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xdoclet-plugins : com.foo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20050208.123302

All Versions

Choose a version of xdoclet-plugins : com.foo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20050208.124442
com.foo-20050208.124442
20050208.123302
com.foo-20050208.123302
20050206.203652
com.foo-20050206.203652
1.0
com.foo-1.0
1.0.x
com.foo-1.0.2

How to add a dependency to Maven

Add the following xdoclet-plugins : com.foo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xdoclet-plugins</groupId>
    <artifactId>com.foo</artifactId>
    <version>20050208.123302</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xdoclet-plugins : com.foo gradle dependency to your build.gradle file:

implementation 'xdoclet-plugins:com.foo:20050208.123302'

Gradle Kotlin DSL: Add the following xdoclet-plugins : com.foo gradle kotlin dependency to your build.gradle.kts file:

implementation("xdoclet-plugins:com.foo:20050208.123302")

How to add a dependency to SBT Scala

SBT Scala: Add the following xdoclet-plugins : com.foo sbt scala dependency to your build.sbt file:

libraryDependencies += "xdoclet-plugins" % "com.foo" % "20050208.123302"