GroupId | GroupIdai.tock |
---|---|
ArtifactId | ArtifactIdtock-nlp-front-service |
Version | Version20.3.3 |
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.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-front-service/
implementation 'ai.tock:tock-nlp-front-service:20.3.3'
// https://jarcasting.com/artifacts/ai.tock/tock-nlp-front-service/
implementation ("ai.tock:tock-nlp-front-service:20.3.3")
'ai.tock:tock-nlp-front-service:jar:20.3.3'
<dependency org="ai.tock" name="tock-nlp-front-service" rev="20.3.3">
<artifact name="tock-nlp-front-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='ai.tock', module='tock-nlp-front-service', version='20.3.3')
)
libraryDependencies += "ai.tock" % "tock-nlp-front-service" % "20.3.3"
[ai.tock/tock-nlp-front-service "20.3.3"]