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

Summary

Batik Bridge.

Declaration

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

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

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

Depends on

The batik-bridge-1.6-1 has 3 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-gvt 1.6-1
Batik GVT
7
XML Graphicsbatik-svg-dom 1.6-1
Batik SVG DOM
7




Packages

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

org.apache.batik.bridge
org.apache.batik.bridge.svg12

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>batik</groupId>
  <artifactId>batik-bridge</artifactId>
  <name>Batik Bridge</name>
  <version>1.6-1</version>
  <description>Batik Bridge</description>
  <inceptionYear>2000</inceptionYear>
  <dependencies>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-gvt</artifactId>
      <version>1.6-1</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-script</artifactId>
      <version>1.6-1</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-svg-dom</artifactId>
      <version>1.6-1</version>
    </dependency>
  </dependencies>
</project>