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