Maven Repository - POM file for XML Graphics batik-gvt 1.6-1 1.6-1

Summary

Batik GVT.

Declaration

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

<dependency>
   <groupId>batik</groupId>
   <artifactId>batik-gvt</artifactId>
   <version>1.6-1</version>
</dependency>

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

Depends on

The batik-gvt-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-awt-util 1.6-1
Batik AWT Utilities
9




Depended by

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

CategoryArtifactDepended By Count
XML Graphicsbatik-svggen 1.6-1
Batik SVG Generator
10
XML Graphicsbatik-bridge 1.6-1
Batik Bridge
7

Packages

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

org.apache.batik.gvt
org.apache.batik.gvt.event
org.apache.batik.gvt.filter
org.apache.batik.gvt.flow
org.apache.batik.gvt.font
org.apache.batik.gvt.renderer
org.apache.batik.gvt.svg12
org.apache.batik.gvt.text




POM File Source

Here is the content of the POM file.

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