alignment
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>uk.ac.gate.plugins</groupId>
<artifactId>alignment</artifactId>
<version>8.6.1</version>
</dependency><?xml version="1.0"?>
<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>
<parent>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-plugin-base</artifactId>
<!-- this should be the version of GATE you wish to build against -->
<version>8.6.1</version>
<relativePath/>
</parent>
<groupId>uk.ac.gate.plugins</groupId>
<artifactId>alignment</artifactId>
<version>8.6.1</version>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<gate-core.version>8.6.1</gate-core.version>
</properties>
<licenses>
<license>
<name>GNU Lesser General Public License (LGPL), Version 3</name>
<url>http://www.gnu.org/licenses/lgpl-3.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<organization>
<name>GATE</name>
<url>http://gate.ac.uk</url>
</organization>
<developers>
<developer>
<id>gate-team</id>
<name>GATE Team</name>
<email>gate-developers@lists.sourceforge.net</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/GateNLP/gateplugin-Alignment.git</connection>
<developerConnection>scm:git:git@github.com:GateNLP/gateplugin-Alignment.git</developerConnection>
<url>https://github.com/GateNLP/gateplugin-Alignment</url>
</scm>
<dependencies>
</dependencies>
<name>Alignment</name>
<description>A selection of tools for processing parallel texts.</description>
<url>https://gate.ac.uk/userguide/chap:alignment</url>
</project>