Download xmlgraphics-commons-2.2.jar file - Jar x

Jar examples for x:xmlgraphics-commons

Description

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.

You can download jar file xmlgraphics-commons 2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add xmlgraphics-commons-2.2.jar to your project.

<dependency>
   <groupId>org.apache.xmlgraphics</groupId>
   <artifactId>xmlgraphics-commons</artifactId>
   <version>2.2</version>
</dependency>
compile group: 'org.apache.xmlgraphics', name: 'xmlgraphics-commons', version: '2.2'
libraryDependencies += "org.apache.xmlgraphics" % "xmlgraphics-commons" % "2.2"
<dependency org="org.apache.xmlgraphics" name="xmlgraphics-commons" rev="2.2"/>
@Grapes(@Grab(group='org.apache.xmlgraphics', module='xmlgraphics-commons', version='2.2'))
'org.apache.xmlgraphics:xmlgraphics-commons:jar:2.2'

Download

Click the following link to download the jar file.

xmlgraphics-commons-2.2-javadoc.jar
xmlgraphics-commons-2.2-sources.jar
xmlgraphics-commons-2.2.jar
xmlgraphics-commons-2.2.pom



Related Tutorials