Maven Repository - POM file for XML Graphics batik-awt-util 1.6-1 1.6-1

Summary

Batik AWT Utilities.

Declaration

Here is the list of declaration for batik-awt-util. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>batik</groupId>
   <artifactId>batik-awt-util</artifactId>
   <version>1.6-1</version>
</dependency>

If you think this Maven repository POM file listing for batik-awt-util is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Depends on

The batik-awt-util-1.6-1 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XML Graphicsbatik-util 1.6-1
Batik Utilities
6




Depended by

The following table lists the most popular artifacts which are depending on batik-awt-util-1.6-1. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
JSFtomahawk 1.1.10
JSF components and utilities that can be used with any JSF implementation. This library is compatible with both JSF1.1 and JSF1.2; however for JSF1.2 users there is an alternative build of Tomahawk available that takes advantage of JSF1.2 features to offer some additional benefits.
36
XML Graphicsbatik-gvt 1.6-1
Batik GVT
7
JSFtomahawk12 1.1.9
JSF components and utilities that can be used with any JSF implementation. This library is based on the JSF1.1 version of Tomahawk, but with minor source code and build changes to take advantage of JSF1.2 features. A JSF1.2 implementation is required to use this version of the Tomahawk ...
7

Packages

The following packages are defined in the batik-awt-util-1.6-1.jar

org.apache.batik.ext.awt
org.apache.batik.ext.awt.color
org.apache.batik.ext.awt.font
org.apache.batik.ext.awt.g2d
org.apache.batik.ext.awt.geom
org.apache.batik.ext.awt.image
org.apache.batik.ext.awt.image.codec
org.apache.batik.ext.awt.image.codec.tiff
org.apache.batik.ext.awt.image.renderable
org.apache.batik.ext.awt.image.rendered
org.apache.batik.ext.awt.image.spi
org.apache.batik.ext.swing




POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>batik</groupId>
  <artifactId>batik-awt-util</artifactId>
  <name>Batik AWT Utilities</name>
  <version>1.6-1</version>
  <description>Batik AWT Utilities</description>
  <inceptionYear>2000</inceptionYear>
  <dependencies>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-util</artifactId>
      <version>1.6-1</version>
    </dependency>
  </dependencies>
</project>