<dependency>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-parse-clear_2.9.3</artifactId>
<version>2.4.3</version>
</dependency>
implementation 'edu.washington.cs.knowitall.nlptools:nlptools-parse-clear_2.9.3:2.4.3'
implementation("edu.washington.cs.knowitall.nlptools:nlptools-parse-clear_2.9.3:2.4.3")
libraryDependencies += "edu.washington.cs.knowitall.nlptools" % "nlptools-parse-clear_2.9.3" % "2.4.3"
@Grapes(
@Grab(group='edu.washington.cs.knowitall.nlptools', module='nlptools-parse-clear_2.9.3', version='2.4.3')
)
<dependency org="edu.washington.cs.knowitall.nlptools" name="nlptools-parse-clear_2.9.3" rev="2.4.3" />
compile
|-- edu.washington.cs.knowitall.nlptools:nlptools-postag-clear_2.9.3:2.4.3
|-- org.scala-lang:scala-library:2.9.3
|-- com.googlecode.clearnlp:clearnlp:1.3.0
|-- edu.washington.cs.knowitall.clearnlp:clear-parse-models:1.3.0
provided
|-- net.databinder.dispatch:dispatch-core_2.9.3:0.11.0
|-- net.databinder:unfiltered-filter_2.9.3:0.7.0
|-- net.databinder:unfiltered-jetty_2.9.3:0.7.0
test
|-- junit:junit:4.11