License |
License
Apache-style license
|
---|---|
GroupId | GroupIdcom.wutka |
ArtifactId | ArtifactIddtdparser |
Last Version | Last Version1.21 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondtdparser
A Java DTD Parser
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dtdparser-1.21.pom | |
dtdparser-1.21.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wutka/dtdparser/ -->
<dependency>
<groupId>com.wutka</groupId>
<artifactId>dtdparser</artifactId>
<version>1.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.wutka/dtdparser/
implementation 'com.wutka:dtdparser:1.21'
// https://jarcasting.com/artifacts/com.wutka/dtdparser/
implementation ("com.wutka:dtdparser:1.21")
'com.wutka:dtdparser:jar:1.21'
<dependency org="com.wutka" name="dtdparser" rev="1.21">
<artifact name="dtdparser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wutka', module='dtdparser', version='1.21')
)
libraryDependencies += "com.wutka" % "dtdparser" % "1.21"
[com.wutka/dtdparser "1.21"]