Group Id org.springframework
Artifact Id spring-parent
Version 2.0-rc3
Packaging jar
URL -
Badge
Last Updated 2006-09-02T16:06:30+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-parent</artifactId>
    <version>2.0-rc3</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-parent', version: '2.0-rc3'
implementation 'org.springframework:spring-parent:2.0-rc3'
implementation("org.springframework:spring-parent:2.0-rc3")
libraryDependencies += "org.springframework" % "spring-parent" % "2.0-rc3"
<dependency org="org.springframework" name="spring-parent" rev="2.0-rc3"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-parent', version='2.0-rc3')
)
[org.springframework/spring-parent "2.0-rc3"]
'org.springframework:spring-parent:2.0-rc3'