-
Notifications
You must be signed in to change notification settings - Fork 11
Home
Tatu Saloranta edited this page May 4, 2015
·
17 revisions
Project is licensed under BSD 2 License.
- Tutorial at FasterXML/StaxMate wiki.
- Parsing XML with StaxMate (by Palomino Labs)
Most commonly artifacts are accessed using Maven, via Maven 2 repositories.
- Group id: com.fasterxml.staxmate
- Artifact id: staxmate
New releases are done using Sonatype Maven repository, from which they are automatically copied (with an hour of delay) to the Central Maven repository.
Here are quick links to the central Maven repository for manual downloading:
Snapshots are available from Sonatype Snapshot repository:
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>