Spring support for GATE
This library provides helpers to make it easier to use GATE Embedded within a Spring-based application. See the user guide for details.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.ac.gate |
| Идентификатор | Идентификаторgate-spring |
| Последняя версия | Последняя версия9.0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеGATE Spring support
Helper classes to support the use of GATE within the Spring framework
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| gate-spring-9.0.1.pom | |
| gate-spring-9.0.1.jar | 38 KB |
| gate-spring-9.0.1-sources.jar | 35 KB |
| gate-spring-9.0.1-javadoc.jar | 158 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-spring/ -->
<dependency>
<groupId>uk.ac.gate</groupId>
<artifactId>gate-spring</artifactId>
<version>9.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-spring/
implementation 'uk.ac.gate:gate-spring:9.0.1'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-spring/
implementation ("uk.ac.gate:gate-spring:9.0.1")
'uk.ac.gate:gate-spring:jar:9.0.1'
<dependency org="uk.ac.gate" name="gate-spring" rev="9.0.1">
<artifact name="gate-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-spring', version='9.0.1')
)
libraryDependencies += "uk.ac.gate" % "gate-spring" % "9.0.1"
[uk.ac.gate/gate-spring "9.0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.ac.gate : gate-core | jar | 9.0.1 |
| org.springframework : spring-aop | jar | 4.2.0.RELEASE |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-pool : commons-pool | jar | 1.6 |
| org.apache.commons : commons-pool2 | jar | 2.5.0 |
This library provides helpers to make it easier to use GATE Embedded within a Spring-based application. See the user guide for details.