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