GroupId | GroupIdedu.utah.bmi.nlp |
---|---|
ArtifactId | ArtifactIdnlp-core |
Version | Version1.3.1.5 |
Type | Typejar |
Filename | Size |
---|---|
nlp-core-1.3.1.5.pom | |
nlp-core-1.3.1.5.jar | 383 KB |
nlp-core-1.3.1.5-tests.jar | 49 KB |
nlp-core-1.3.1.5-sources.jar | 231 KB |
nlp-core-1.3.1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/
implementation 'edu.utah.bmi.nlp:nlp-core:1.3.1.5'
// https://jarcasting.com/artifacts/edu.utah.bmi.nlp/nlp-core/
implementation ("edu.utah.bmi.nlp:nlp-core:1.3.1.5")
'edu.utah.bmi.nlp:nlp-core:jar:1.3.1.5'
<dependency org="edu.utah.bmi.nlp" name="nlp-core" rev="1.3.1.5">
<artifact name="nlp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='edu.utah.bmi.nlp', module='nlp-core', version='1.3.1.5')
)
libraryDependencies += "edu.utah.bmi.nlp" % "nlp-core" % "1.3.1.5"
[edu.utah.bmi.nlp/nlp-core "1.3.1.5"]