| GroupId | GroupIdfr.vsct.tock |
|---|---|
| ArtifactId | ArtifactIdtock-nlp-core-shared |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tock-nlp-core-shared-0.4.0.pom | |
| tock-nlp-core-shared-0.4.0.jar | 43 KB |
| tock-nlp-core-shared-0.4.0-sources.jar | 16 KB |
| tock-nlp-core-shared-0.4.0-javadoc.jar | 94 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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.vsct.tock/tock-nlp-core-shared/
implementation 'fr.vsct.tock:tock-nlp-core-shared:0.4.0'
// https://jarcasting.com/artifacts/fr.vsct.tock/tock-nlp-core-shared/
implementation ("fr.vsct.tock:tock-nlp-core-shared:0.4.0")
'fr.vsct.tock:tock-nlp-core-shared:jar:0.4.0'
<dependency org="fr.vsct.tock" name="tock-nlp-core-shared" rev="0.4.0">
<artifact name="tock-nlp-core-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.vsct.tock', module='tock-nlp-core-shared', version='0.4.0')
)
libraryDependencies += "fr.vsct.tock" % "tock-nlp-core-shared" % "0.4.0"
[fr.vsct.tock/tock-nlp-core-shared "0.4.0"]