Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdfr.univ-nantes.julestar |
ArtifactId | ArtifactIduima-stemmer |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
uima-stemmer-1.0.pom | |
uima-stemmer-1.0.jar | 73 KB |
uima-stemmer-1.0-sources.jar | 53 KB |
uima-stemmer-1.0-javadoc.jar | 93 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-stemmer/
implementation 'fr.univ-nantes.julestar:uima-stemmer:1.0'
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-stemmer/
implementation ("fr.univ-nantes.julestar:uima-stemmer:1.0")
'fr.univ-nantes.julestar:uima-stemmer:jar:1.0'
<dependency org="fr.univ-nantes.julestar" name="uima-stemmer" rev="1.0">
<artifact name="uima-stemmer" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.univ-nantes.julestar', module='uima-stemmer', version='1.0')
)
libraryDependencies += "fr.univ-nantes.julestar" % "uima-stemmer" % "1.0"
[fr.univ-nantes.julestar/uima-stemmer "1.0"]