Skip to content

Instantly share code, notes, and snippets.

@apremalal
Last active December 12, 2015 10:39
Show Gist options
  • Save apremalal/4760530 to your computer and use it in GitHub Desktop.
Save apremalal/4760530 to your computer and use it in GitHub Desktop.
GATE dependencies to add in to pom file.
<!-- GATES -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-core</artifactId>
<version>7.0</version>
</dependency>
<!--Apache commons pool-->
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.6</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment