Download
About XStream version numbers...
Stable Version: 1.4.2
- Binary distribution
- Source distribution
- XStream Core only
- XStream Hibernate module
- XStream Benchmark module
Latest Snapshot
Below are builds of the latest version of XStream from the repository.
Previous Releases
Previous releases of XStream are also available. However, use of the latest stable version is recommended.
Optional Dependencies
- Supported XML parsers and packages:
- XmlPull, the XML pull parser API and factory to detect available implementations.
- Xpp3, an XML pull parser (recommended).
- kXML2 or kXML2-min, an XML pull parser.
- DOM4J, easy XML representation and manipulation framework.
- JDOM, easy XML representation and manipulation.
- StaX, the reference implementation of the Streaming API for XML.
- Woodstox, an alternate open source StaX implementation.
- XOM, another alternative XML API.
- Other optional 3rd party dependencies:
- Joda Time for optional ISO8601 date/time formats.
- CGLIB for optional support of some proxies generated with the CGLIB Enhancer.
- Jettison for serialization and deserialization support with JSON.
- Jettison 1.0.1 for serialization and deserialization support with JSON in JDK 1.4. Note, that newer version 1.1 is not compatible with XStream.
