Group Id org.springframework
Artifact Id spring-context
Version 5.2.4.RELEASE
Packaging jar
URL -
Badge
Last Updated 2020-02-25T09:08:21+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context</artifactId>
    <version>5.2.4.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-context', version: '5.2.4.RELEASE'
implementation 'org.springframework:spring-context:5.2.4.RELEASE'
implementation("org.springframework:spring-context:5.2.4.RELEASE")
libraryDependencies += "org.springframework" % "spring-context" % "5.2.4.RELEASE"
<dependency org="org.springframework" name="spring-context" rev="5.2.4.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-context', version='5.2.4.RELEASE')
)
[org.springframework/spring-context "5.2.4.RELEASE"]
'org.springframework:spring-context:5.2.4.RELEASE'