Group Id org.springframework
Artifact Id spring-context
Version 4.3.28.RELEASE
Packaging jar
URL -
Badge
Last Updated 2020-07-20T23:30:37+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>4.3.28.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-context', version: '4.3.28.RELEASE'
implementation 'org.springframework:spring-context:4.3.28.RELEASE'
implementation("org.springframework:spring-context:4.3.28.RELEASE")
libraryDependencies += "org.springframework" % "spring-context" % "4.3.28.RELEASE"
<dependency org="org.springframework" name="spring-context" rev="4.3.28.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-context', version='4.3.28.RELEASE')
)
[org.springframework/spring-context "4.3.28.RELEASE"]
'org.springframework:spring-context:4.3.28.RELEASE'