is not current version
Last Version 1.8pre-20141006

fr.avianey.apache-xmlgraphics:batik 1.8

An Apache Batik Maven port to be pushed in Maven Central repo.

Categories

Categories

Avian
GroupId

GroupId

fr.avianey.apache-xmlgraphics
ArtifactId

ArtifactId

batik
Version

Version

1.8
Type

Type

jar

Download batik 1.8


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