| GroupId | GroupIdfr.vsct.tock |
|---|---|
| ArtifactId | ArtifactIdtock-nlp-core-shared |
| Version | Version0.6.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tock-nlp-core-shared-0.6.4.pom | |
| tock-nlp-core-shared-0.6.4.jar | 53 KB |
| tock-nlp-core-shared-0.6.4-sources.jar | 20 KB |
| tock-nlp-core-shared-0.6.4-javadoc.jar | 114 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/fr.vsct.tock/tock-nlp-core-shared/ -->
<dependency>
<groupId>fr.vsct.tock</groupId>
<artifactId>tock-nlp-core-shared</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/fr.vsct.tock/tock-nlp-core-shared/
implementation 'fr.vsct.tock:tock-nlp-core-shared:0.6.4'
// https://jarcasting.com/artifacts/fr.vsct.tock/tock-nlp-core-shared/
implementation ("fr.vsct.tock:tock-nlp-core-shared:0.6.4")
'fr.vsct.tock:tock-nlp-core-shared:jar:0.6.4'
<dependency org="fr.vsct.tock" name="tock-nlp-core-shared" rev="0.6.4">
<artifact name="tock-nlp-core-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.vsct.tock', module='tock-nlp-core-shared', version='0.6.4')
)
libraryDependencies += "fr.vsct.tock" % "tock-nlp-core-shared" % "0.6.4"
[fr.vsct.tock/tock-nlp-core-shared "0.6.4"]