GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-nlp-model-opennlp |
Version | Version20.3.4 |
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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-opennlp/
implementation 'ai.tock:tock-nlp-model-opennlp:20.3.4'
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-model-opennlp/
implementation ("ai.tock:tock-nlp-model-opennlp:20.3.4")
'ai.tock:tock-nlp-model-opennlp:jar:20.3.4'
<dependency org="ai.tock" name="tock-nlp-model-opennlp" rev="20.3.4">
<artifact name="tock-nlp-model-opennlp" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-nlp-model-opennlp', version='20.3.4')
)
libraryDependencies += "ai.tock" % "tock-nlp-model-opennlp" % "20.3.4"
[ai.tock/tock-nlp-model-opennlp "20.3.4"]