is not current version
Last Version 2.7

org.apache.xmlgraphics:xmlgraphics-commons 1.5

Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO.

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

xmlgraphics-commons
Version

Version

1.5
Type

Type

jar

Download xmlgraphics-commons 1.5


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