StAX.
StAX is the reference implementation of the StAX API.
Here is the list of declaration for stax. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>stax</groupId> <artifactId>stax</artifactId> <version>1.2.0</version> </dependency>
If you think this Maven repository POM file listing for stax is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The stax-1.2.0 has 2 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 Parser | stax-api 1.0.1 StAX API is the standard java XML processing API defined by JSR-173 | 254 |
JUnit | junit 3.8.1 JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. | 1966 |
The following table lists the most popular artifacts which are depending on stax-1.2.0. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Web Service | aws-java-sdk 1.3.10 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 6 |
XML | simple-xml 2.7 Simple is a high performance XML serialization and configuration framework for Java | 10 |
Web Service | aws-java-sdk 1.3.11 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 5 |
XML | simple-xml 2.3.5 Simple is a high performance XML serialization and configuration framework for Java | 7 |
Web Service | aws-java-sdk 1.7.12 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS' cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 9 |
Web Service | aws-java-sdk 1.1.1 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 15 |
Web Service | aws-java-sdk 1.1.4 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 5 |
XML | simple-xml 2.6.7 Simple is a high performance XML serialization and configuration framework for Java | 6 |
XML | simple-xml 1.4.1 Simple is a high performance XML serialization and configuration framework for Java | 7 |
Web Service | aws-java-sdk 1.2.2 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 7 |
Web Service | aws-java-sdk 1.3.6 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 6 |
Web Service | aws-java-sdk 1.3.20 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 56 |
Web Service | aws-java-sdk 1.3.2 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 9 |
Web Service | aws-java-sdk 1.3.22 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 14 |
Web Service | aws-java-sdk 1.3.27 The Amazon Web Services SDK for Java provides Java APIs for building software on AWS? cost-effective, scalable, and reliable infrastructure products. The AWS Java SDK allows developers to code against APIs for all of Amazon's infrastructure web services (Amazon S3, Amazon EC2, Amazon SQS, Amazon Re... | 68 |
The following plugins are used in the stax-1.2.0.jar
The following packages are defined in the stax-1.2.0.jar
com.bea.xml.stream com.bea.xml.stream.events com.bea.xml.stream.filters com.bea.xml.stream.reader com.bea.xml.stream.samples com.bea.xml.stream.util com.wutka.dtd
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>stax</groupId> <artifactId>stax</artifactId> <name>StAX</name> <version>1.2.0</version> <description>StAX is the reference implementation of the StAX API</description> <url>http://stax.codehaus.org/</url> <issueManagement> <url>http://jira.codehaus.org/browse/STAX</url> </issueManagement> <ciManagement> <notifiers> <notifier> <configuration> <address>dev@stax.codehaus.org</address> </configuration> </notifier> </notifiers> </ciManagement> <inceptionYear>2002</inceptionYear> <mailingLists> <mailingList> <name>StAX Builders List</name> <subscribe>stax_builders-subscribe@yahoogroups.com</subscribe> <unsubscribe>stax_builders-unsubscribe@yahoogroups.com</unsubscribe> <archive>http://groups.yahoo.com/group/stax_builders/</archive> </mailingList> </mailingLists> <scm> <connection>scm:cvs:pserver:anonymous@cvs.stax.codehaus.org:/home/projects/stax/scm:stax</connection> <developerConnection>scm:cvs:ext:${maven.username}@cvs.stax.codehaus.org:/home/projects/stax/scm:stax</developerConnection> <url>http://cvs.stax.codehaus.org/stax/</url> </scm> <build> <sourceDirectory>src</sourceDirectory> <testSourceDirectory>test</testSourceDirectory> <resources> <resource> <directory>src/conf</directory> <includes> <include>**/*</include> </includes> </resource> </resources> <testResources> <testResource> <directory>test</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includes> </testResource> </testResources> <plugins> <plugin> <artifactId>surefire</artifactId> <configuration> <includes> <include>**/*Test.*</include> </includes> </configuration> </plugin> </plugins> </build> <dependencies> <!-- <dependency> <groupId>xmlbeans</groupId> <artifactId>xmlbeans-jsr173-api</artifactId> <version>2.0-dev</version> </dependency> --> <dependency> <groupId>stax</groupId> <artifactId>stax-api</artifactId> <version>1.0.1</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> </dependencies> <distributionManagement> <repository> <id>default</id> <name>Default Repository</name> <url>file:///home/projects/stax/dist</url> </repository> <site> <id>default</id> <name>Default Site</name> <url>scp://stax.codehaus.org//home/projects/stax/public_html/maven</url> </site> </distributionManagement> </project>