Java XUpdate

...

For further information about the Grid Workflow Description Language please refer to:

Using jxupdate-0.7.1.jar with Maven

In order to use the jxupdate jar file in a Maven project, you need to include

maven.repo.remote=http://www.ibiblio.org/maven/,http://www.gridworkflow.org/
         
in your project.properties and
         
<dependencies>
  <dependency>
    <groupId>kwfgrid</groupId>
    <artifactId>jxupdate</artifactId>
    <version>0.7.1</version>
    <type>jar</type>
    <url>http://www.gridworkflow.org/kwfgrid/jars/</url>
  </dependency>
  <dependency>
    <groupId>junit</groupId>
    <artifactId>junit</artifactId>
    <version>3.8.1</version>
    <type>jar</type>
  </dependency>
  <dependency>
    <groupId>jaxen</groupId>
    <artifactId>jaxen</artifactId>
    <version>1.1-beta-6</version>
    <type>jar</type>
  </dependency>
  <dependency>
    <groupId>xpp3</groupId>
    <artifactId>xpp3</artifactId>
    <version>1.1.3.3</version>
    <type>jar</type>
  </dependency>
  <dependency>
    <id>log4j</id>
    <version>1.2.8</version>
    <type>jar</type>
    <url>http://logging.apache.org/log4j/docs/</url>
  </dependency>
</dependencies>
         
         
in your project.xml.