is not current version
Last Version 1.14

org.apache.xmlgraphics:batik-dom 1.12

Batik DOM implementation

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik-dom
Version

Version

1.12
Type

Type

jar

Download batik-dom 1.12


<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik-dom/ -->
<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik-dom</artifactId>
    <version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik-dom/
implementation 'org.apache.xmlgraphics:batik-dom:1.12'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/batik-dom/
implementation ("org.apache.xmlgraphics:batik-dom:1.12")
'org.apache.xmlgraphics:batik-dom:jar:1.12'
<dependency org="org.apache.xmlgraphics" name="batik-dom" rev="1.12">
  <artifact name="batik-dom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='batik-dom', version='1.12')
)
libraryDependencies += "org.apache.xmlgraphics" % "batik-dom" % "1.12"
[org.apache.xmlgraphics/batik-dom "1.12"]