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