License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdfr.univ-nantes.julestar |
ArtifactId | ArtifactIduima-test |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUIMA Tests
A JUnit and Mockito toolbox for facilitating UIMA test coding.
|
Project URL |
Project URL |
Filename | Size |
---|---|
uima-test-1.0.0.pom | |
uima-test-1.0.0.jar | 5 KB |
uima-test-1.0.0-sources.jar | 2 KB |
uima-test-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-test/ -->
<dependency>
<groupId>fr.univ-nantes.julestar</groupId>
<artifactId>uima-test</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-test/
implementation 'fr.univ-nantes.julestar:uima-test:1.0.0'
// https://jarcasting.com/artifacts/fr.univ-nantes.julestar/uima-test/
implementation ("fr.univ-nantes.julestar:uima-test:1.0.0")
'fr.univ-nantes.julestar:uima-test:jar:1.0.0'
<dependency org="fr.univ-nantes.julestar" name="uima-test" rev="1.0.0">
<artifact name="uima-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.univ-nantes.julestar', module='uima-test', version='1.0.0')
)
libraryDependencies += "fr.univ-nantes.julestar" % "uima-test" % "1.0.0"
[fr.univ-nantes.julestar/uima-test "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 21.0 |
org.apache.uima : uimaj-core | jar | 2.10.0 |
org.apache.uima : uimafit-core | jar | 2.3.0 |
org.assertj : assertj-core | jar | 3.8.0 |
org.mockito : mockito-core | jar | 2.8.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |