x

xmlgraphics-commons

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.
http://xmlgraphics.apache.org/commons/
The Apache Software License, Version 2.0
Apache Software Foundation
Files download
File Operation
xmlgraphics-commons-2.6.jar download
xmlgraphics-commons-2.6.pom download
xmlgraphics-commons-2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>xmlgraphics-commons</artifactId>
  <version>2.6</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:xmlgraphics-commons:2.6'
Gradle Kotlin
implementation("org.apache.xmlgraphics:xmlgraphics-commons:2.6")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "2.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='xmlgraphics-commons', version='2.6')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="xmlgraphics-commons" rev="2.6" />
Leiningen
[org.apache.xmlgraphics/xmlgraphics-commons "2.6"]
Apache Buildr
'org.apache.xmlgraphics:xmlgraphics-commons:jar:2.6'