MVN

com.sun.xml.bind : doclet

Maven & Gradle

May 20, 2010

Architecture document doclet

<dependency>
    <groupId>com.sun.xml.bind</groupId>
    <artifactId>doclet</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sun.xml.bind : doclet to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.sun.xml.bind : doclet to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
doclet-1.1
1.0
doclet-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.xml.bind</groupId>
    <artifactId>doclet</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.bind : doclet gradle dependency to your build.gradle file:

implementation 'com.sun.xml.bind:doclet:1.1'

Gradle Kotlin DSL: Add the following com.sun.xml.bind : doclet gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.bind:doclet:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.bind : doclet sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.bind" % "doclet" % "1.1"

Advertisement

Dependencies from Group

Jun 06, 2023
2.6k usages
168 stars
Jun 06, 2023
1.1k usages
168 stars
Jun 06, 2023
584 usages
168 stars
Jun 06, 2023
88 usages
168 stars
Jun 06, 2023
25 usages
163 stars

Discover Dependencies