Download dtdparser-1.20-dtddoc.jar file - Jar d

Jar examples for d:dtdparser

Description

A modified version of dtdparser, made for DTDDoc to support multiple DTD encoding

You can download jar file dtdparser 1.20-dtddoc in this page.

License

The Apache Software License, Version 1.1

Build File

You can use the following script to add dtdparser-1.20-dtddoc.jar to your project.

<dependency>
   <groupId>net.sf.dtddoc</groupId>
   <artifactId>dtdparser</artifactId>
   <version>1.20-dtddoc</version>
</dependency>
compile group: 'net.sf.dtddoc', name: 'dtdparser', version: '1.20-dtddoc'
libraryDependencies += "net.sf.dtddoc" % "dtdparser" % "1.20-dtddoc"
<dependency org="net.sf.dtddoc" name="dtdparser" rev="1.20-dtddoc"/>
@Grapes(@Grab(group='net.sf.dtddoc', module='dtdparser', version='1.20-dtddoc'))
'net.sf.dtddoc:dtdparser:jar:1.20-dtddoc'

Download

Click the following link to download the jar file.

dtdparser-1.20-dtddoc.jar
dtdparser-1.20-dtddoc.pom



Related Tutorials