escrito-docker/.m2/repository/com/googlecode/mate-tools/anna/3.5/anna-3.5.pom

46 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2023-10-19 14:55:59 +02:00
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<description>Tools for Natural Language Analysis, Generation and Machine Learning</description>
<url>http://code.google.com/p/mate-tools/</url>
<name>mate-tools</name>
<groupId>com.googlecode.mate-tools</groupId>
<artifactId>anna</artifactId>
<version>3.5</version>
<build>
<sourceDirectory>src</sourceDirectory>
</build>
<licenses>
<license>
<name>GNU General Public License, version 2</name>
<url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://code.google.com/p/mate-tools/source/browse/#svn%2Ftags%2Fmate-tools-3.5</url>
<connection>scm:svn:https://mate-tools.googlecode.com/svn/tags/mate-tools-3.5/</connection>
<developerConnection>scm:svn:https://mate-tools.googlecode.com/svn/tags/mate-tools-3.5/</developerConnection>
</scm>
<developers>
<developer>
<name>Bernd Bohnet</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-math</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>net.sf.trove4j</groupId>
<artifactId>trove4j</artifactId>
<version>2.0.2</version>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.target>1.6</maven.compiler.target>
<maven.compiler.source>1.6</maven.compiler.source>
</properties>
</project>