Dependency Information

Apache Maven

<dependency>
  <groupId>io.outofprintmagazine</groupId>
  <artifactId>oopcorenlp_cli</artifactId>
  <version>1.0</version>
</dependency>

Apache Buildr

'io.outofprintmagazine:oopcorenlp_cli:jar:1.0'

Apache Ivy

<dependency org="io.outofprintmagazine" name="oopcorenlp_cli" rev="1.0">
  <artifact name="oopcorenlp_cli" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.outofprintmagazine', module='oopcorenlp_cli', version='1.0')
)

Gradle/Grails

compile 'io.outofprintmagazine:oopcorenlp_cli:1.0'

Scala SBT

libraryDependencies += "io.outofprintmagazine" % "oopcorenlp_cli" % "1.0"

Leiningen

[io.outofprintmagazine/oopcorenlp_cli "1.0"]