GroupId | GroupIdedu.utah.bmi.nlp |
---|---|
ArtifactId | ArtifactIdnlp-core |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
nlp-core-1.1.1.pom | |
nlp-core-1.1.1.jar | 382 KB |
nlp-core-1.1.1-tests.jar | 52 KB |
nlp-core-1.1.1-sources.jar | 227 KB |
nlp-core-1.1.1-javadoc.jar | 714 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.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"]