MVN

com.sun.xml.dtd-parser : dtd-parser

Maven & Gradle

Jul 20, 2021
23 usages
7 stars

DTD Parser · SAX-like API for parsing XML DTDs.

<dependency>
    <groupId>com.sun.xml.dtd-parser</groupId>
    <artifactId>dtd-parser</artifactId>
    <version>1.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.5

All Versions

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

Version Vulnerabilities Updated
1.4.x
dtd-parser-1.4.5
dtd-parser-1.4.4
dtd-parser-1.4.3
dtd-parser-1.4.2
dtd-parser-1.4.1
1.4
dtd-parser-1.4
1.2
dtd-parser-1.2
1.1
dtd-parser-1.1
1.0
dtd-parser-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.sun.xml.dtd-parser</groupId>
    <artifactId>dtd-parser</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sun.xml.dtd-parser : dtd-parser gradle dependency to your build.gradle file:

implementation 'com.sun.xml.dtd-parser:dtd-parser:1.4.5'

Gradle Kotlin DSL: Add the following com.sun.xml.dtd-parser : dtd-parser gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sun.xml.dtd-parser:dtd-parser:1.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sun.xml.dtd-parser : dtd-parser sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sun.xml.dtd-parser" % "dtd-parser" % "1.4.5"

Advertisement

Dependencies from Group

Jul 20, 2021
23 usages
7 stars

Discover Dependencies

Oct 07, 2018
10 usages
1 stars
Aug 07, 2023
63 usages
3.5k stars
Jun 06, 2022
5 usages
58.9k stars
Apr 07, 2017
3 usages
174 stars
Dec 10, 2021
4 usages
110 stars
Aug 02, 2023
12 usages
122 stars
Nov 18, 2018
4 usages
0 stars
Nov 27, 2015
14 usages
2.8k stars
Mar 14, 2016
4 usages
Aug 23, 2023
11 usages
990 stars