| License |
License |
|---|---|
| GroupId | GroupIdorg.uimafit |
| ArtifactId | ArtifactIduimafit-spring |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionuimaFIT - Spring integration
Factories, Injection, and Testing library for UIMA
|
| Filename | Size |
|---|---|
| uimafit-spring-1.4.0.pom | |
| uimafit-spring-1.4.0.jar | 10 KB |
| uimafit-spring-1.4.0-tests.jar | 9 KB |
| uimafit-spring-1.4.0-test-sources.jar | 4 KB |
| uimafit-spring-1.4.0-sources.jar | 8 KB |
| uimafit-spring-1.4.0-javadoc.jar | 73 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.uimafit/uimafit-spring/ -->
<dependency>
<groupId>org.uimafit</groupId>
<artifactId>uimafit-spring</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.uimafit/uimafit-spring/
implementation 'org.uimafit:uimafit-spring:1.4.0'
// https://jarcasting.com/artifacts/org.uimafit/uimafit-spring/
implementation ("org.uimafit:uimafit-spring:1.4.0")
'org.uimafit:uimafit-spring:jar:1.4.0'
<dependency org="org.uimafit" name="uimafit-spring" rev="1.4.0">
<artifact name="uimafit-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uimafit', module='uimafit-spring', version='1.4.0')
)
libraryDependencies += "org.uimafit" % "uimafit-spring" % "1.4.0"
[org.uimafit/uimafit-spring "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 3.1.0.RELEASE |
| org.springframework : spring-context | jar | 3.1.0.RELEASE |
| org.apache.uima : uimaj-core | jar | 2.4.0 |
| commons-io : commons-io | jar | 1.4 |
| org.uimafit : uimafit | jar | 1.4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-test | jar | 3.1.0.RELEASE |
| junit : junit | jar | 4.10 |