Official releases (stable)

The wsmo4j distributions are available at http://sourceforge.net/project/showfiles.php?group_id=113501

The latest release is 0.6.1 (18-Jun-2007). See the release history for a summary of changes between releases.

Development releases (snapshots)

You can download the latest snapshot from the wsmo4j Maven repository (updated daily)

Maven repository

  1. Add http://stronghold.sirma.bg/maven2 to the list of maven repositories:

    <repositories>

    ...

    <repository>

    <id>Ontotext</id>

    <name>Ontotext Lab</name>

    <url>http://stronghold.sirma.bg/maven2</url>

    <layout>default</layout>

    </repository>

    ...

    </repositories>
  2. Add the following dependencies:

    <dependency>

    <groupId>net.sourceforge.wsmo4j</groupId>

    <artifactId>wsmo-api</artifactId>

    <version>...</version>

    </dependency>

    (optional)

    <dependency>

    <groupId>net.sourceforge.wsmo4j</groupId>

    <artifactId>wsmo4j</artifactId>

    <version>...</version>

    </dependency>

    (optional)

    <dependency>

    <groupId>net.sourceforge.wsmo4j</groupId>

    <artifactId>WSML-grammar</artifactId>

    <version>...</version>

    </dependency>

    (optional)

    <dependency>

    <groupId>net.sourceforge.wsmo4j</groupId>

    <artifactId>sbpel-api</artifactId>

    <version>...</version>

    </dependency>

    (optional)

    <dependency>

    <groupId>net.sourceforge.wsmo4j</groupId>

    <artifactId>sbpel-impl</artifactId>

    <version>...</version>

    </dependency>

    (optional)

    <dependency>

    <groupId>net.sourceforge.wsmo4j</groupId>

    <artifactId>grounding-api</artifactId>

    <version>...</version>

    </dependency>

    (optional)

    <dependency>

    <groupId>net.sourceforge.wsmo4j</groupId>

    <artifactId>grounding-impl</artifactId>

    <version>...</version>

    </dependency>