stax-api-1.0-2.pom 962 B

123456789101112131415161718192021222324252627
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <groupId>javax.xml.stream</groupId>
  5. <artifactId>stax-api</artifactId>
  6. <version>1.0-2</version>
  7. <name>Streaming API for XML</name>
  8. <description>
  9. StAX is a standard XML processing API that allows you to stream XML data from and to your application.
  10. </description>
  11. <dependencies></dependencies>
  12. <licenses>
  13. <license>
  14. <name>GNU General Public Library</name>
  15. <url>http://www.gnu.org/licenses/gpl.txt</url>
  16. <distribution>repo</distribution>
  17. </license>
  18. <license>
  19. <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
  20. <url>http://www.sun.com/cddl/cddl.html</url>
  21. <distribution>repo</distribution>
  22. </license>
  23. </licenses>
  24. </project>