<dependency>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-sentence-breeze_2.10</artifactId>
<version>2.4.4</version>
</dependency>
implementation 'edu.washington.cs.knowitall.nlptools:nlptools-sentence-breeze_2.10:2.4.4'
implementation("edu.washington.cs.knowitall.nlptools:nlptools-sentence-breeze_2.10:2.4.4")
libraryDependencies += "edu.washington.cs.knowitall.nlptools" % "nlptools-sentence-breeze_2.10" % "2.4.4"
@Grapes(
@Grab(group='edu.washington.cs.knowitall.nlptools', module='nlptools-sentence-breeze_2.10', version='2.4.4')
)
<dependency org="edu.washington.cs.knowitall.nlptools" name="nlptools-sentence-breeze_2.10" rev="2.4.4" />
compile
|-- org.scala-lang:scala-library:2.10.3
|-- edu.washington.cs.knowitall.nlptools:nlptools-core_2.10:2.4.4
|-- com.googlecode.clearnlp:clearnlp:1.3.0
|-- org.scalanlp:breeze-process_2.10:0.2
provided
|-- net.databinder.dispatch:dispatch-core_2.10:0.11.0
|-- net.databinder:unfiltered-filter_2.10:0.7.0
|-- net.databinder:unfiltered-jetty_2.10:0.7.0
test
|-- junit:junit:4.11