s

spring

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