Batik DOM.
Here is the list of declaration for batik-dom. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>batik</groupId> <artifactId>batik-dom</artifactId> <version>1.6-1</version> </dependency>
If you think this Maven repository POM file listing for batik-dom is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table lists the most popular artifacts which are depending on batik-dom-1.6-1. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
XML Graphics | batik-svg-dom 1.6-1 Batik SVG DOM | 7 |
The following packages are defined in the batik-dom-1.6-1.jar
org.apache.batik.dom org.apache.batik.dom.events org.apache.batik.dom.traversal org.apache.batik.dom.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>batik</groupId> <artifactId>batik-dom</artifactId> <name>Batik DOM</name> <version>1.6-1</version> <description>Batik DOM</description> <inceptionYear>2000</inceptionYear> <dependencies> <dependency> <groupId>batik</groupId> <artifactId>batik-css</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>batik</groupId> <artifactId>batik-xml</artifactId> <version>1.6-1</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.5.0</version> </dependency> </dependencies> </project>