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