Group Id org.springframework
Artifact Id spring
Version 1.0-m4
Packaging jar
URL -
Badge
Last Updated 2005-11-25T17:00:55+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.0-m4</version>
</dependency>
implementation group: 'org.springframework', name: 'spring', version: '1.0-m4'
implementation 'org.springframework:spring:1.0-m4'
implementation("org.springframework:spring:1.0-m4")
libraryDependencies += "org.springframework" % "spring" % "1.0-m4"
<dependency org="org.springframework" name="spring" rev="1.0-m4"/>
@Grapes(
    @Grab(group='org.springframework', module='spring', version='1.0-m4')
)
[org.springframework/spring "1.0-m4"]
'org.springframework:spring:1.0-m4'