MVN

xmldb : xmldb-api

Maven & Gradle

Sep 20, 2005
3 usages
<dependency>
    <groupId>xmldb</groupId>
    <artifactId>xmldb-api</artifactId>
    <version>20021118</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 20021118

All Versions

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

Version Vulnerabilities Updated
20021118
xmldb-api-20021118

How to add a dependency to Maven

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

<dependency>
    <groupId>xmldb</groupId>
    <artifactId>xmldb-api</artifactId>
    <version>20021118</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xmldb : xmldb-api gradle dependency to your build.gradle file:

implementation 'xmldb:xmldb-api:20021118'

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

implementation("xmldb:xmldb-api:20021118")

How to add a dependency to SBT Scala

SBT Scala: Add the following xmldb : xmldb-api sbt scala dependency to your build.sbt file:

libraryDependencies += "xmldb" % "xmldb-api" % "20021118"