Maven Repository - POM file for XML Graphics batik-svgpp 1.6 1.6

Summary

Batik SVG Pretty Printer.

Declaration

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

<dependency>
   <groupId>batik</groupId>
   <artifactId>batik-svgpp</artifactId>
   <version>1.6</version>
</dependency>

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

Depends on

The batik-svgpp-1.6 has 8 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-dom 1.6
Batik DOM
15
XML Graphicsbatik-ext 1.6
Batik Ext
14
XML Graphicsbatik-parser 1.6
Batik Parser
15
XML Graphicsbatik-transcoder 1.6
Batik Transcoder
15
XML Graphicsbatik-util 1.6
Batik Utilities
16
XML Graphicsbatik-xml 1.6
Batik XML
15




Packages

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

org.apache.batik.apps.svgpp

POM File Source

Here is the content of the POM file.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>batik</groupId>
  <artifactId>batik-svgpp</artifactId>
  <name>Batik SVG Pretty Printer</name>
  <version>1.6</version>
  <description>Batik SVG Pretty Printer</description>
  <inceptionYear>2000</inceptionYear>
  <dependencies>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-dom</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-ext</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-parser</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-transcoder</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-util</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>batik</groupId>
      <artifactId>batik-xml</artifactId>
      <version>1.6</version>
    </dependency>
    <dependency>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
      <version>2.5.0</version>
    </dependency>
    <dependency>
      <groupId>xml-apis</groupId>
      <artifactId>xmlParserAPIs</artifactId>
      <version>2.0.2</version>
    </dependency>
  </dependencies>
</project>