Apache XML Graphics 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..
Here is the list of declaration for xmlgraphics-commons. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>xmlgraphics-commons</artifactId> <version>1.3.1</version> </dependency>
If you think this Maven repository POM file listing for xmlgraphics-commons is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The xmlgraphics-commons-1.3.1 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
File | commons-io 1.3.1 Commons-IO contains utility classes, stream implementations, file filters, and endian classes. | 149 |
Log | commons-logging 1.0.4 Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems. | 273 |
The following packages are defined in the xmlgraphics-commons-1.3.1.jar
org.apache.xmlgraphics.fonts org.apache.xmlgraphics.image org.apache.xmlgraphics.image.codec.png org.apache.xmlgraphics.image.codec.tiff org.apache.xmlgraphics.image.codec.util org.apache.xmlgraphics.image.loader org.apache.xmlgraphics.image.loader.cache org.apache.xmlgraphics.image.loader.impl org.apache.xmlgraphics.image.loader.impl.imageio org.apache.xmlgraphics.image.loader.pipeline org.apache.xmlgraphics.image.loader.spi org.apache.xmlgraphics.image.loader.util org.apache.xmlgraphics.image.rendered org.apache.xmlgraphics.image.writer org.apache.xmlgraphics.image.writer.imageio org.apache.xmlgraphics.image.writer.internal org.apache.xmlgraphics.java2d org.apache.xmlgraphics.java2d.ps org.apache.xmlgraphics.ps org.apache.xmlgraphics.ps.dsc org.apache.xmlgraphics.ps.dsc.events org.apache.xmlgraphics.ps.dsc.tools org.apache.xmlgraphics.util org.apache.xmlgraphics.util.dijkstra org.apache.xmlgraphics.util.i18n org.apache.xmlgraphics.util.io org.apache.xmlgraphics.xmp org.apache.xmlgraphics.xmp.merge org.apache.xmlgraphics.xmp.schemas org.apache.xmlgraphics.xmp.schemas.pdf
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!-- $Id$ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.xmlgraphics</groupId> <artifactId>xmlgraphics-commons</artifactId> <packaging>jar</packaging> <name>Apache XML Graphics Commons</name> <version>1.3.1</version> <url>http://xmlgraphics.apache.org/commons/</url> <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. </description> <inceptionYear>2005</inceptionYear> <mailingLists> <mailingList> <name>XML Graphics General List</name> <subscribe>general-subscribe@xmlgraphics.apache.org</subscribe> <unsubscribe>general-unsubscribe@xmlgraphics.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-general/</archive> </mailingList> <mailingList> <name>XML Graphics Commit List</name> <subscribe>commits-subscribe@xmlgraphics.apache.org</subscribe> <unsubscribe>commits-unsubscribe@xmlgraphics.apache.org</unsubscribe> <archive>http://mail-archives.apache.org/mod_mbox/xmlgraphics-commits/</archive> </mailingList> </mailingLists> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:svn:http://svn.apache.org/repos/asf/xmlgraphics/commons/trunk</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/xmlgraphics/commons/trunk</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/xmlgraphics/commons/trunk/?root=Apache-SVN</url> </scm> <organization> <name>Apache Software Foundation</name> <url>http://www.apache.org/</url> </organization> <dependencies> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.0.4</version> </dependency> </dependencies> </project>