is not current version
Last Version 1.14

org.apache.xmlgraphics:batik-transcoder 1.12

Batik SVG transcoder

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik-transcoder
Version

Version

1.12
Type

Type

jar

Download batik-transcoder 1.12


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