Dependency Information
Apache Maven
<dependency> <groupId>io.outofprintmagazine</groupId> <artifactId>oopcorenlp_corpus</artifactId> <version>1.0</version> </dependency>
Apache Buildr
'io.outofprintmagazine:oopcorenlp_corpus:jar:1.0'
Apache Ivy
<dependency org="io.outofprintmagazine" name="oopcorenlp_corpus" rev="1.0"> <artifact name="oopcorenlp_corpus" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.outofprintmagazine', module='oopcorenlp_corpus', version='1.0') )
Gradle/Grails
compile 'io.outofprintmagazine:oopcorenlp_corpus:1.0'
Scala SBT
libraryDependencies += "io.outofprintmagazine" % "oopcorenlp_corpus" % "1.0"
Leiningen
[io.outofprintmagazine/oopcorenlp_corpus "1.0"]