is not current version
Last Version 1.14

org.apache.xmlgraphics:batik 1.11

XML Graphics Batik

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik
Version

Version

1.11
Type

Type

pom

Download batik 1.11

Filename Size
batik-1.11.pom 6 KB
Browse

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