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