is not current version
Last Version 1.14

org.apache.xmlgraphics:batik-extension 1.13

Batik Extension Support

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik-extension
Version

Version

1.13
Type

Type

jar

Download batik-extension 1.13


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