Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37836627
en ru br
ALT Linux repos
S:4.2.1-alt1_4jpp11

Group :: Development/Java
RPM: stax2-api

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

<?xml version="1.0" encoding="UTF-8"?>
<project>

<!-- General information -->

<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<packaging>jar</packaging>
<name>Stax2 API</name>
<version>3.1.1</version>
<description>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.
</description>

<!-- Contact information -->

<!-- In future, should there be separate Stax2 home page? -->
<url>http://woodstox.codehaus.org/StAX2</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>
</dependencies>

<!-- Licensing -->
<licenses>
<license>
<name>The BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>

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

</project>
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin