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