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