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