Group Id org.springframework
Artifact Id spring
Version 1.1-rc2
Packaging jar
URL -
Badge
Last Updated 2005-12-23T08:37:12+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring</artifactId>
    <version>1.1-rc2</version>
</dependency>
implementation group: 'org.springframework', name: 'spring', version: '1.1-rc2'
implementation 'org.springframework:spring:1.1-rc2'
implementation("org.springframework:spring:1.1-rc2")
libraryDependencies += "org.springframework" % "spring" % "1.1-rc2"
<dependency org="org.springframework" name="spring" rev="1.1-rc2"/>
@Grapes(
    @Grab(group='org.springframework', module='spring', version='1.1-rc2')
)
[org.springframework/spring "1.1-rc2"]
'org.springframework:spring:1.1-rc2'