Batik Ext.
Here is the list of declaration for batik-ext. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>batik</groupId> <artifactId>batik-ext</artifactId> <version>1.6-1</version> </dependency>
If you think this Maven repository POM file listing for batik-ext 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-ext-1.6-1.jar
org.w3c.css.sac org.w3c.css.sac.helpers org.w3c.dom.smil org.w3c.dom.svg
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>batik</groupId> <artifactId>batik-ext</artifactId> <name>Batik Ext</name> <version>1.6-1</version> <description>Batik Ext</description> <inceptionYear>2000</inceptionYear> <dependencies> <dependency> <groupId>xml-apis</groupId> <artifactId>xmlParserAPIs</artifactId> <version>2.0.2</version> </dependency> </dependencies> </project>