GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-nlp-core |
Version | Version20.9.2 |
Type | Typejar |
Filename | Size |
---|---|
tock-nlp-core-20.9.2.pom | 1 KB |
tock-nlp-core-20.9.2-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.tock/tock-nlp-core/ -->
<dependency>
<groupId>ai.tock</groupId>
<artifactId>tock-nlp-core</artifactId>
<version>20.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-core/
implementation 'ai.tock:tock-nlp-core:20.9.2'
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-core/
implementation ("ai.tock:tock-nlp-core:20.9.2")
'ai.tock:tock-nlp-core:jar:20.9.2'
<dependency org="ai.tock" name="tock-nlp-core" rev="20.9.2">
<artifact name="tock-nlp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-nlp-core', version='20.9.2')
)
libraryDependencies += "ai.tock" % "tock-nlp-core" % "20.9.2"
[ai.tock/tock-nlp-core "20.9.2"]