Maven Repository - POM file for XML Parser stax-api 1.0-2 1.0-2

Summary

Streaming API for XML.

StAX is a standard XML processing API that allows you to stream XML data from and to your application..

Declaration

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

<dependency>
   <groupId>javax.xml.stream</groupId>
   <artifactId>stax-api</artifactId>
   <version>1.0-2</version>
</dependency>

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

License

Name:GNU General Public Library
URL: http://www.gnu.org/licenses/gpl.txtName:COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
URL: http://www.sun.com/cddl/cddl.html.





Depended by

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

CategoryArtifactDepended By Count
XML Parserstax2-api 3.0.2
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.
6
XML Parserstax2-api 3.0.4
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.
5
XML Parserstax-ex 1.7
Extensions to JSR-173 StAX API.
19
XML Parserjackson-xml-databind 0.6.2
Extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and JsonFactory. S...
6
XML Parserstax-ex 1.4
Extensions to JSR-173 StAX API.
9
XML Parserwoodstox-core-asl 4.1.1
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
28
XML Bindingjaxb-api 2.2.3
JAXB (JSR 222) API
26
XMLstreambuffer 1.5.1
Stream based representation for XML infoset
10
XML Parserjackson-dataformat-xml 2.4.0-rc2
Data format extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and Js...
31
XML Parserstax-ex 1.6
Extensions to JSR-173 StAX API.
15
XML Parserwoodstox-core-asl 4.4.1
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
11
XML Parserwoodstox-core-asl 4.3.0
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
73
XML Parserstax2-api 3.1.1
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.
91
XML Parserwoodstox-core-asl 4.2.0
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
20
XML Parserwoodstox-core-asl 4.2.1
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
6
XML Parserstax2-api 3.1.4
tax2 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.
11
XML Bindingjaxb-api 2.2.2
JAXB (JSR 222) API
27
XML Parserstax-ex 1.7.1
Extensions to JSR-173 StAX API.
13
XML Parserjackson-dataformat-xml 2.4.0
Data format extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and Js...
31
XML Parserwoodstox-core-asl 4.1.4
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
5
XML Bindingjaxb-api 2.2.1
JAXB (JSR 222) API
14
XML Parserjackson-dataformat-xml 2.4.2
Data format extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and Js...
5
XML Parserwoodstox-core-asl 4.1.2
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
39
XMLstreambuffer 1.5
Stream based representation for XML infoset
6
XML Parserstax2-api 3.1.3
tax2 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.
5
XML Parserwoodstox-core-asl 4.0.8
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
6
XML Parserjackson-dataformat-xml 2.1.0
Data format extension for Jackson (http://jackson.codehaus.org) to offer alternative support for serializing POJOs as XML and deserializing XML as pojos. Support implemented on top of Stax API (javax.xml.stream), by implementing core Jackson Streaming API types like JsonGenerator, JsonParser and Js...
6
XMLstreambuffer 1.4
Stream based representation for XML infoset
29




Packages

The following packages are defined in the stax-api-1.0-2.jar

javax.xml.stream
javax.xml.stream.events
javax.xml.stream.util

POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>javax.xml.stream</groupId>
  <artifactId>stax-api</artifactId>
  <version>1.0-2</version>
  <name>Streaming API for XML</name>
  <description>
    StAX is a standard XML processing API that allows you to stream XML data from and to your application.
  </description>

  <dependencies></dependencies>

  <licenses>
    <license>
      <name>GNU General Public Library</name>
      <url>http://www.gnu.org/licenses/gpl.txt</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
      <url>http://www.sun.com/cddl/cddl.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

</project>