Batik SVG Pretty Printer.
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.
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.
Category | Artifact | Depended By Count |
---|---|---|
XML Graphics | batik-dom 1.6 Batik DOM | 15 |
XML Graphics | batik-ext 1.6 Batik Ext | 14 |
XML Graphics | batik-parser 1.6 Batik Parser | 15 |
XML Graphics | batik-transcoder 1.6 Batik Transcoder | 15 |
XML Graphics | batik-util 1.6 Batik Utilities | 16 |
XML Graphics | batik-xml 1.6 Batik XML | 15 |
The following packages are defined in the batik-svgpp-1.6.jar
org.apache.batik.apps.svgpp
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>