is not current version
Last Version 1.14

org.apache.xmlgraphics:batik-svgpp 1.12

Batik SVG Pretty Printer Application

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

batik-svgpp
Version

Version

1.12
Type

Type

jar

Download batik-svgpp 1.12


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