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