s

spring

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