StAX Utilities Project.
Provides a set of utility classes to integrate StAX into existing XML processing applications..
Here is the list of declaration for stax-utils. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>net.java.dev.stax-utils</groupId> <artifactId>stax-utils</artifactId> <version>20070216</version> </dependency>
If you think this Maven repository POM file listing for stax-utils is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:BSD
URL: http://www.opensource.org/licenses/bsd-license.html.
The stax-utils-20070216 has 1 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 | jsr173-ri 1.0 JSR 173 - Streaming API for XML - Reference Implementation | 6 |
The following packages are defined in the stax-utils-20070216.jar
javanet.staxutils javanet.staxutils.error javanet.staxutils.events javanet.staxutils.helpers javanet.staxutils.io
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>net.java.dev.stax-utils</groupId> <artifactId>stax-utils</artifactId> <version>20070216</version> <packaging>jar</packaging> <name>StAX Utilities Project</name> <description>Provides a set of utility classes to integrate StAX into existing XML processing applications.</description> <url>http://java.net/projects/stax-utils/</url> <licenses> <license> <name>BSD</name> <url>http://www.opensource.org/licenses/bsd-license.html</url> </license> </licenses> <scm> <url>https://svn.java.net/svn/stax-utils~svn/trunk/</url> <connection>scm:svn:https://svn.java.net/svn/stax-utils~svn/trunk/</connection> </scm> <dependencies> <dependency> <groupId>com.bea.xml</groupId> <artifactId>jsr173-ri</artifactId> <version>1.0</version> </dependency> </dependencies> </project>