Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdfr.univ-nantes.julestar |
ArtifactId | ArtifactIduima-stemmer |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
uima-stemmer-1.1.pom | |
uima-stemmer-1.1.jar | 72 KB |
uima-stemmer-1.1-sources.jar | 53 KB |
uima-stemmer-1.1-javadoc.jar | 88 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-stemmer/ -->
<dependency>
<groupId>fr.univ-nantes.julestar</groupId>
<artifactId>uima-stemmer</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-stemmer/
implementation 'fr.univ-nantes.julestar:uima-stemmer:1.1'
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-stemmer/
implementation ("fr.univ-nantes.julestar:uima-stemmer:1.1")
'fr.univ-nantes.julestar:uima-stemmer:jar:1.1'
<dependency org="fr.univ-nantes.julestar" name="uima-stemmer" rev="1.1">
<artifact name="uima-stemmer" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.univ-nantes.julestar', module='uima-stemmer', version='1.1')
)
libraryDependencies += "fr.univ-nantes.julestar" % "uima-stemmer" % "1.1"
[fr.univ-nantes.julestar/uima-stemmer "1.1"]