License |
License
The Apache Software License, Version 1.1
GNU LESSER GENERAL PUBLIC LICENSE
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.dtddoc |
ArtifactId | ArtifactIddtdparser |
Last Version | Last Version1.20-dtddoc |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondtdparser modified for DTDDoc
A modified version of dtdparser, made for DTDDoc to support multiple DTD encoding
|
Filename | Size |
---|---|
dtdparser-1.20-dtddoc.pom | |
dtdparser-1.20-dtddoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.dtddoc/dtdparser/ -->
<dependency>
<groupId>net.sf.dtddoc</groupId>
<artifactId>dtdparser</artifactId>
<version>1.20-dtddoc</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.dtddoc/dtdparser/
implementation 'net.sf.dtddoc:dtdparser:1.20-dtddoc'
// https://jarcasting.com/artifacts/net.sf.dtddoc/dtdparser/
implementation ("net.sf.dtddoc:dtdparser:1.20-dtddoc")
'net.sf.dtddoc:dtdparser:jar:1.20-dtddoc'
<dependency org="net.sf.dtddoc" name="dtdparser" rev="1.20-dtddoc">
<artifact name="dtdparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.dtddoc', module='dtdparser', version='1.20-dtddoc')
)
libraryDependencies += "net.sf.dtddoc" % "dtdparser" % "1.20-dtddoc"
[net.sf.dtddoc/dtdparser "1.20-dtddoc"]