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