Maven Repository - POM file for XML Parser woodstox-core-asl 4.0.8 4.0.8

Summary

Woodstox.

Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs.

Declaration

Here is the list of declaration for woodstox-core-asl. 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>woodstox-core-asl</artifactId>
   <version>4.0.8</version>
</dependency>

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

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.





Depends on

The woodstox-core-asl-4.0.8 has 2 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
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

Depended by

The following table lists the most popular artifacts which are depending on woodstox-core-asl-4.0.8. Their categories and depend by count are also listed.

CategoryArtifactDepended By Count
Web Serviceneethi 3.0.1
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requireme...
7
Web Serviceneethi 3.0.2
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with latest WS Policy specification which was published in March 2006. This framework is specifically written to enable the Apache Web services stack to use WS Policy as a way of expressing it's requireme...
6

Packages

The following packages are defined in the woodstox-core-asl-4.0.8.jar

com.ctc.wstx.api
com.ctc.wstx.cfg
com.ctc.wstx.compat
com.ctc.wstx.dom
com.ctc.wstx.dtd
com.ctc.wstx.ent
com.ctc.wstx.evt
com.ctc.wstx.exc
com.ctc.wstx.io
com.ctc.wstx.msv
com.ctc.wstx.osgi
com.ctc.wstx.sax
com.ctc.wstx.sr
com.ctc.wstx.stax
com.ctc.wstx.sw
com.ctc.wstx.util




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>woodstox-core-asl</artifactId>
  <packaging>jar</packaging>
  <name>Woodstox</name>
  <version>4.0.8</version>
  <description>Woodstox is a high-performance XML processor that
implements Stax (JSR-173) and SAX2 APIs</description>

  <!-- Contact information -->
  <url>http://woodstox.codehaus.org</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>
    <!-- Stax2 API (and matching RI), too, is required, not included,
         We need version 3.x of it
      -->
    <dependency>
      <groupId>org.codehaus.woodstox</groupId>
      <artifactId>stax2-api</artifactId>
      <version>3.0.2</version>
    </dependency>
  </dependencies>

  <!-- Licensing (joy!) -->
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

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

</project>