is not current version
Last Version 1.14

org.apache.xmlgraphics:batik-svg-dom 1.7


GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik-svg-dom
Version

Version

1.7
Type

Type

jar

Download batik-svg-dom 1.7


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