is not current version
Last Version 1.14

org.apache.xmlgraphics:batik-anim 1.9


GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik-anim
Version

Version

1.9
Type

Type

jar

Download batik-anim 1.9


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