s

spring

Geronimo module that supplies the Spring framework in a single classloader.
Files download
File Operation
spring-2.2.pom download
spring-2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.configs</groupId>
  <artifactId>spring</artifactId>
  <version>2.2</version>
  <type>car</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.configs:spring:2.2'
Gradle Kotlin
implementation("org.apache.geronimo.configs:spring:2.2")
Scala SBT
libraryDependencies += "org.apache.geronimo.configs" % "spring" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.configs', module='spring', version='2.2')
)
Apache Ivy
<dependency org="org.apache.geronimo.configs" name="spring" rev="2.2" />
Leiningen
[org.apache.geronimo.configs/spring "2.2"]
Apache Buildr
'org.apache.geronimo.configs:spring:jar:2.2'