Maven Repository - POM file for XML jsr173-ri 1.0 1.0

Summary

JSR 173 - Streaming API for XML - Reference Implementation.

Declaration

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

<dependency>
   <groupId>com.bea.xml</groupId>
   <artifactId>jsr173-ri</artifactId>
   <version>1.0</version>
</dependency>

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

License

Name:BEA JSR 173 RI
URL: http://www.ibiblio.org/maven2/com/bea/xml/jsr173-ri/1.0/jsr173-ri-1.0-license.txt.





Depended by

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

CategoryArtifactDepended By Count
XML Parserstax-utils 20070216
Provides a set of utility classes to integrate StAX into existing XML processing applications.
7

POM File Source

Here is the content of the POM file.

<?xml version="1.0" encoding="UTF-8"?>
<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>com.bea.xml</groupId>
  <artifactId>jsr173-ri</artifactId>
  <version>1.0</version>
  <name>JSR 173 - Streaming API for XML - Reference Implementation</name>
  <description>JSR 173 - Streaming API for XML - Reference Implementation</description>
  <url>http://dev2dev.bea.com/xml/stax.html</url>
  <distributionManagement>
    <downloadUrl>http://ftpna2.bea.com/pub/downloads/jsr173.jar</downloadUrl>
  </distributionManagement>

  <licenses>
    <license>
      <name>BEA JSR 173 RI</name>
      <url>http://www.ibiblio.org/maven2/com/bea/xml/jsr173-ri/1.0/jsr173-ri-1.0-license.txt</url>
      <distribution>manual</distribution>
    </license>
  </licenses>

  <organization>
    <name>BEA</name>
    <url>http://www.bea.com</url>
  </organization>

  <dependencies>
    <dependency>
      <groupId>javax.xml</groupId>
      <artifactId>jsr173</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>

</project>