Batik Extension.
Here is the list of declaration for batik-extension. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>batik</groupId> <artifactId>batik-extension</artifactId> <version>1.6</version> </dependency>
If you think this Maven repository POM file listing for batik-extension is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following packages are defined in the batik-extension-1.6.jar
org.apache.batik.extension org.apache.batik.extension.svg
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>batik</groupId> <artifactId>batik-extension</artifactId> <name>Batik Extension</name> <version>1.6</version> <description>Batik Extension</description> <inceptionYear>2000</inceptionYear> </project>