GroupId | GroupIdorg.w3c |
---|---|
ArtifactId | ArtifactIddom |
Last Version | Last Version2.3.0-jaxb-1.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondom
W3C dom classes modified specifically by JAXB-1.x for JDK 1.4
|
Filename | Size |
---|---|
dom-2.3.0-jaxb-1.0.6.pom | |
dom-2.3.0-jaxb-1.0.6.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.w3c/dom/ -->
<dependency>
<groupId>org.w3c</groupId>
<artifactId>dom</artifactId>
<version>2.3.0-jaxb-1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.w3c/dom/
implementation 'org.w3c:dom:2.3.0-jaxb-1.0.6'
// https://jarcasting.com/artifacts/org.w3c/dom/
implementation ("org.w3c:dom:2.3.0-jaxb-1.0.6")
'org.w3c:dom:jar:2.3.0-jaxb-1.0.6'
<dependency org="org.w3c" name="dom" rev="2.3.0-jaxb-1.0.6">
<artifact name="dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.w3c', module='dom', version='2.3.0-jaxb-1.0.6')
)
libraryDependencies += "org.w3c" % "dom" % "2.3.0-jaxb-1.0.6"
[org.w3c/dom "2.3.0-jaxb-1.0.6"]