Maven
DKPro TC is availble via the Maven infrastructure.
<properties>
<dkpro.tc.version>1.1.0</dkpro.tc.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc</artifactId>
<version>${dkpro.tc.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.dkpro.tc</groupId>
<artifactId>dkpro-tc-core</artifactId>
</dependency>
</dependencies>
A full list of artifacts is available from Maven Central!
Sources
Get the sources from GitHub.