GroupId | GroupIdedu.utah.bmi.nlp |
---|---|
ArtifactId | ArtifactIdnlp-core |
Version | Version1.3.1.4 |
Type | Typejar |
Filename | Size |
---|---|
nlp-core-1.3.1.4.pom | |
nlp-core-1.3.1.4.jar | 383 KB |
nlp-core-1.3.1.4-tests.jar | 48 KB |
nlp-core-1.3.1.4-sources.jar | 231 KB |
nlp-core-1.3.1.4-javadoc.jar | 733 KB |
Browse |
<!-- https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/ -->
<dependency>
<groupId>edu.utah.bmi.nlp</groupId>
<artifactId>nlp-core</artifactId>
<version>1.3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/
implementation 'edu.utah.bmi.nlp:nlp-core:1.3.1.4'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/
implementation ("edu.utah.bmi.nlp:nlp-core:1.3.1.4")
'edu.utah.bmi.nlp:nlp-core:jar:1.3.1.4'
<dependency org="edu.utah.bmi.nlp" name="nlp-core" rev="1.3.1.4">
<artifact name="nlp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='nlp-core', version='1.3.1.4')
)
libraryDependencies += "edu.utah.bmi.nlp" % "nlp-core" % "1.3.1.4"
[edu.utah.bmi.nlp/nlp-core "1.3.1.4"]