is not current version
Last Version 1.14

org.apache.xmlgraphics:batik 1.9.1

XML Graphics Batik

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik
Version

Version

1.9.1
Type

Type

pom

Download batik 1.9.1

Filename Size
batik-1.9.1.pom 5 KB
Browse

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