Group Id org.springframework
Artifact Id spring-core
Version 3.2.10.RELEASE
Packaging jar
URL -
Badge
Last Updated 2014-07-15T16:25:44+00:00
Download Jar | View All
Javadoc View
Source View
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-core</artifactId>
    <version>3.2.10.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-core', version: '3.2.10.RELEASE'
implementation 'org.springframework:spring-core:3.2.10.RELEASE'
implementation("org.springframework:spring-core:3.2.10.RELEASE")
libraryDependencies += "org.springframework" % "spring-core" % "3.2.10.RELEASE"
<dependency org="org.springframework" name="spring-core" rev="3.2.10.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-core', version='3.2.10.RELEASE')
)
[org.springframework/spring-core "3.2.10.RELEASE"]
'org.springframework:spring-core:3.2.10.RELEASE'