s

spring

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