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