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