File | Operation |
---|---|
nlptools-parent_2.9.2-2.2.2.pom | download |
<dependency>
<groupId>edu.washington.cs.knowitall.nlptools</groupId>
<artifactId>nlptools-parent_2.9.2</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
libraryDependencies += "edu.washington.cs.knowitall.nlptools" % "nlptools-parent_2.9.2" % "2.2.2"
@Grapes(
@Grab(group='edu.washington.cs.knowitall.nlptools', module='nlptools-parent_2.9.2', version='2.2.2')
)
<dependency org="edu.washington.cs.knowitall.nlptools" name="nlptools-parent_2.9.2" rev="2.2.2" />
<parent> <groupId>edu.washington.cs.knowitall</groupId> <artifactId>knowitall-oss</artifactId> <version>1.0.2</version> </parent>
compile
|-- edu.washington.cs.knowitall.common-scala:common-scala_2.9.2:1.0.7
|-- com.github.scopt:scopt_2.9.2:2.1.0
provided
|-- net.databinder:unfiltered-filter_2.9.2:0.6.4
|-- net.databinder:unfiltered-jetty_2.9.2:0.6.4
test
|-- junit:junit:4.10