Download stax-api-1.0.jar file

Introduction

You can download stax-api-1.0.jar in this page.

License

GNU General Public Library

Type List

stax-api-1.0.jar file has the following types.

META-INF/MANIFEST.MF
javax.xml.stream.EventFilter.class
javax.xml.stream.FactoryConfigurationError.class
javax.xml.stream.FactoryFinder.class
javax.xml.stream.Location.class
javax.xml.stream.StreamFilter.class
javax.xml.stream.XMLEventFactory.class
javax.xml.stream.XMLEventReader.class
javax.xml.stream.XMLEventWriter.class
javax.xml.stream.XMLInputFactory.class
javax.xml.stream.XMLOutputFactory.class
javax.xml.stream.XMLReporter.class
javax.xml.stream.XMLResolver.class
javax.xml.stream.XMLStreamConstants.class
javax.xml.stream.XMLStreamException.class
javax.xml.stream.XMLStreamReader.class
javax.xml.stream.XMLStreamWriter.class
javax.xml.stream.events.Attribute.class
javax.xml.stream.events.Characters.class
javax.xml.stream.events.Comment.class
javax.xml.stream.events.DTD.class
javax.xml.stream.events.EndDocument.class
javax.xml.stream.events.EndElement.class
javax.xml.stream.events.EntityDeclaration.class
javax.xml.stream.events.EntityReference.class
javax.xml.stream.events.Namespace.class
javax.xml.stream.events.NotationDeclaration.class
javax.xml.stream.events.ProcessingInstruction.class
javax.xml.stream.events.StartDocument.class
javax.xml.stream.events.StartElement.class
javax.xml.stream.events.XMLEvent.class
javax.xml.stream.util.EventReaderDelegate.class
javax.xml.stream.util.StreamReaderDelegate.class
javax.xml.stream.util.XMLEventAllocator.class
javax.xml.stream.util.XMLEventConsumer.class

Pom

stax-api-1.0.pom file content.

<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>

POM Entry

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

Download

If you think the following stax-api-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download stax-api-1.0.jar file




PreviousNext

Related