Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdfr.univ-nantes.julestar |
ArtifactId | ArtifactIduima-tree-tagger-wrapper |
Version | Version1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-tree-tagger-wrapper/ -->
<dependency>
<groupId>fr.univ-nantes.julestar</groupId>
<artifactId>uima-tree-tagger-wrapper</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-tree-tagger-wrapper/
implementation 'fr.univ-nantes.julestar:uima-tree-tagger-wrapper:1.2'
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-tree-tagger-wrapper/
implementation ("fr.univ-nantes.julestar:uima-tree-tagger-wrapper:1.2")
'fr.univ-nantes.julestar:uima-tree-tagger-wrapper:jar:1.2'
<dependency org="fr.univ-nantes.julestar" name="uima-tree-tagger-wrapper" rev="1.2">
<artifact name="uima-tree-tagger-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.univ-nantes.julestar', module='uima-tree-tagger-wrapper', version='1.2')
)
libraryDependencies += "fr.univ-nantes.julestar" % "uima-tree-tagger-wrapper" % "1.2"
[fr.univ-nantes.julestar/uima-tree-tagger-wrapper "1.2"]