Files download
File Operation
CoreNLP-NLP-1.2.jar download
CoreNLP-NLP-1.2.pom download
CoreNLP-NLP-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.maochen.nlp</groupId>
  <artifactId>CoreNLP-NLP</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.maochen.nlp:CoreNLP-NLP:1.2'
Gradle Kotlin
implementation("org.maochen.nlp:CoreNLP-NLP:1.2")
Scala SBT
libraryDependencies += "org.maochen.nlp" % "CoreNLP-NLP" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.maochen.nlp', module='CoreNLP-NLP', version='1.2')
)
Apache Ivy
<dependency org="org.maochen.nlp" name="CoreNLP-NLP" rev="1.2" />
Leiningen
[org.maochen.nlp/CoreNLP-NLP "1.2"]
Apache Buildr
'org.maochen.nlp:CoreNLP-NLP:jar:1.2'