is not current version
Last Version 1.4.1.5-jdk1.8

edu.utah.bmi.nlp:nlp-core 1.1.1

The core classes for nlp projects.

GroupId

GroupId

edu.utah.bmi.nlp
ArtifactId

ArtifactId

nlp-core
Version

Version

1.1.1
Type

Type

jar

Download nlp-core 1.1.1


<!-- https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/ -->
<dependency>
    <groupId>edu.utah.bmi.nlp</groupId>
    <artifactId>nlp-core</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/
implementation 'edu.utah.bmi.nlp:nlp-core:1.1.1'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/
implementation ("edu.utah.bmi.nlp:nlp-core:1.1.1")
'edu.utah.bmi.nlp:nlp-core:jar:1.1.1'
<dependency org="edu.utah.bmi.nlp" name="nlp-core" rev="1.1.1">
  <artifact name="nlp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='nlp-core', version='1.1.1')
)
libraryDependencies += "edu.utah.bmi.nlp" % "nlp-core" % "1.1.1"
[edu.utah.bmi.nlp/nlp-core "1.1.1"]