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