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