XStream (XML for Java)

XStream Maven 2 Respository

The most up-to-date XStream isn't in the default maven repository. Add this to your pom.xml file:

  <repositories>
    <repository>
      <id>codehaus.org</id>
      <url>http://repository.codehaus.org</url>
    </repository>
  </repositories>

XStream Maven 2 Dependency

<dependency>
      <groupId>com.thoughtworks.xstream</groupId>
      <artifactId>xstream</artifactId>
      <version>1.3</version>
    </dependency>

Add new attachment

Only authorized users are allowed to upload new attachments.
« This page (revision-2) was last changed on 05-Jun-2008 15:43 by donohoe [RSS]