| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-context |
| Last Version | Last Version5.3.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Context
Spring Context
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-context-5.3.21.pom | |
| spring-context-5.3.21.jar | 810 KB |
| spring-context-5.3.21-sources.jar | 826 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-context/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-context/
implementation 'org.springframework:spring-context:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-context/
implementation ("org.springframework:spring-context:5.3.21")
'org.springframework:spring-context:jar:5.3.21'
<dependency org="org.springframework" name="spring-context" rev="5.3.21">
<artifact name="spring-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-context', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-context" % "5.3.21"
[org.springframework/spring-context "5.3.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-aop | jar | 5.3.21 |
| org.springframework : spring-beans | jar | 5.3.21 |
| org.springframework : spring-core | jar | 5.3.21 |
| org.springframework : spring-expression | jar | 5.3.21 |