GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-nlp-model-opennlp |
Version | Version19.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-opennlp/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>tock-nlp-model-opennlp</artifactId>
<version>19.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-opennlp/
implementation 'ai.tock:tock-nlp-model-opennlp:19.9.2'
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-opennlp/
implementation ("ai.tock:tock-nlp-model-opennlp:19.9.2")
'ai.tock:tock-nlp-model-opennlp:jar:19.9.2'
<dependency org="ai.tock" name="tock-nlp-model-opennlp" rev="19.9.2">
<artifact name="tock-nlp-model-opennlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-nlp-model-opennlp', version='19.9.2')
)
libraryDependencies += "ai.tock" % "tock-nlp-model-opennlp" % "19.9.2"
[ai.tock/tock-nlp-model-opennlp "19.9.2"]