javax.xml.stream:stax-api (1.0-2)

Published 2026-02-24 13:43:48 +00:00 by atheaadmin

Installation

<repositories>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>javax.xml.stream</groupId>
	<artifactId>stax-api</artifactId>
	<version>1.0-2</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=javax.xml.stream:stax-api:1.0-2

About this package

StAX is a standard XML processing API that allows you to stream XML data from and to your application.
Details
Maven
2026-02-24 13:43:48 +00:00
0
Streaming API for XML
GNU General Public Library
COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
962 B
Assets (1)
Versions (1) View all
1.0-2 2026-02-24