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