Downloads
WriteXml is available under the Apache 2 license. It can be downloaded in four forms:
- the standard jar, with source code included,
- a compact jar, with no source, and no debug information,
- as a Maven dependency from central, using <dependency> <groupId>net.sourceforge.writexml</groupId> <artifactId>writexml</artifactId> <version>1.3</version> </dependency>
- or as the full source code including tests etc. using Subversion from
http://svn.code.sf.net/p/writexml/code/tags/1.3
.
Previous versions are also available.
It has no runtime dependencies, and all dependencies used in tests are in Subversion.