<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>de.sciss</groupId>
    <artifactId>ws4j</artifactId>
    <packaging>jar</packaging>
    <description>WordNet Similarity for Java provides an API for several Semantic Relatedness/Similarity algorithms</description>
    <url>https://github.com/Sciss/ws4j</url>
    <version>0.1.0</version>
    <licenses>
        <license>
            <name>GPL v2+</name>
            <url>https://www.gnu.org/licenses/gpl-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>ws4j</name>
    <organization>
        <name>de.sciss</name>
        <url>https://github.com/Sciss/ws4j</url>
    </organization>
    <scm>
        <url>git@github.com:Sciss/ws4j.git</url>
        <connection>scm:git:git@github.com:Sciss/ws4j.git</connection>
    </scm>
    <developers>
        <developer>
            <id>hideki.shima</id>
            <name>Hideki Shima</name>
            <url>http://www.cs.cmu.edu/~hideki</url>
        </developer>
        <developer>
            <id>sciss</id>
            <name>Hanns Holger Rutz</name>
            <url>http://www.sciss.de</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>de.sciss</groupId>
            <artifactId>jawjaw</artifactId>
            <version>0.1.0</version>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>