is not current version
Last Version 9.0.1

uk.ac.gate:gate-spring 9.0

Helper classes to support the use of GATE within the Spring framework

GroupId

GroupId

uk.ac.gate
ArtifactId

ArtifactId

gate-spring
Version

Version

9.0
Type

Type

jar

Download gate-spring 9.0


<!-- https://jarcasting.com/artifacts/uk.ac.gate/gate-spring/ -->
<dependency>
    <groupId>uk.ac.gate</groupId>
    <artifactId>gate-spring</artifactId>
    <version>9.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.ac.gate/gate-spring/
implementation 'uk.ac.gate:gate-spring:9.0'
// https://jarcasting.com/artifacts/uk.ac.gate/gate-spring/
implementation ("uk.ac.gate:gate-spring:9.0")
'uk.ac.gate:gate-spring:jar:9.0'
<dependency org="uk.ac.gate" name="gate-spring" rev="9.0">
  <artifact name="gate-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.ac.gate', module='gate-spring', version='9.0')
)
libraryDependencies += "uk.ac.gate" % "gate-spring" % "9.0"
[uk.ac.gate/gate-spring "9.0"]