Maven Repository - POM file for XML Parser stax2-api 3.0.2 3.0.2

Summary

Stax2 API.

Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API..

Declaration

Here is the list of declaration for stax2-api. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.codehaus.woodstox</groupId>
   <artifactId>stax2-api</artifactId>
   <version>3.0.2</version>
</dependency>

If you think this Maven repository POM file listing for stax2-api is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.





License

Name:The BSD License
URL: http://www.opensource.org/licenses/bsd-license.php.

Depends on

The stax2-api-3.0.2 has 1 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.

CategoryArtifactDepended By Count
XML Parserstax-api 1.0-2
StAX is a standard XML processing API that allows you to stream XML data from and to your application.
219

Depended by

The following table lists the most popular artifacts which are depending on stax2-api-3.0.2. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
XML Bindingaxiom-api 1.2.12
The Axiom API
5
XML Bindingaxiom-api 1.2.10
The Axiom API
12
XML Parserwoodstox-core-asl 4.0.8
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
6

Packages

The following packages are defined in the stax2-api-3.0.2.jar

org.codehaus.stax2
org.codehaus.stax2.evt
org.codehaus.stax2.io
org.codehaus.stax2.osgi
org.codehaus.stax2.ri
org.codehaus.stax2.ri.dom
org.codehaus.stax2.ri.evt
org.codehaus.stax2.ri.typed
org.codehaus.stax2.typed
org.codehaus.stax2.util
org.codehaus.stax2.validation




POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<project>

 <!-- General information -->

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.codehaus.woodstox</groupId>
  <artifactId>stax2-api</artifactId>
  <packaging>jar</packaging>
  <name>Stax2 API</name>
  <version>3.0.2</version>
  <description>Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
</description>

 <!-- Contact information -->

  <!-- In future, should there be separate Stax2 home page? -->
  <url>http://woodstox.codehaus.org/StAX2</url>
  <issueManagement>
    <url>http://jira.codehaus.org/browse/WSTX</url>
  </issueManagement>

 <!-- Dependency information -->
 
  <dependencies>
    <!-- Stax API jar is needed; 1.0-2 seems to be the last "official"
         version prior to JDK 6 that bundles API
      -->
    <dependency>
      <groupId>javax.xml.stream</groupId>
      <artifactId>stax-api</artifactId>
      <version>1.0-2</version>
    </dependency>
  </dependencies>

  <!-- Licensing -->
  <licenses>
    <license>
      <name>The BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <organization>
    <name>Codehaus</name>
    <url>http://www.codehaus.org/</url>
  </organization>

</project>