Batik SVG Generator.
Here is the list of declaration for batik-svggen. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>batik</groupId> <artifactId>batik-svggen</artifactId> <version>1.6-1</version> </dependency>
If you think this Maven repository POM file listing for batik-svggen is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The batik-svggen-1.6-1 has 2 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-gvt 1.6-1 Batik GVT | 7 |
XML Graphics | batik-svg-dom 1.6-1 Batik SVG DOM | 7 |
The following packages are defined in the batik-svggen-1.6-1.jar
org.apache.batik.svggen org.apache.batik.svggen.font org.apache.batik.svggen.font.table
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>batik</groupId> <artifactId>batik-svggen</artifactId> <name>Batik SVG Generator</name> <version>1.6-1</version> <description>Batik SVG Generator</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-svg-dom</artifactId> <version>1.6-1</version> </dependency> </dependencies> </project>