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