is not current version
Last Version 5.3.21

org.springframework:spring 5.3.5

Spring Framework

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring
Version

Version

5.3.5
Type

Type

pom

Download spring 5.3.5

Filename Size
spring-5.3.5.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.springframework/spring/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring</artifactId>
    <version>5.3.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring/
implementation 'org.springframework:spring:5.3.5'
// https://jarcasting.com/artifacts/org.springframework/spring/
implementation ("org.springframework:spring:5.3.5")
'org.springframework:spring:pom:5.3.5'
<dependency org="org.springframework" name="spring" rev="5.3.5">
  <artifact name="spring" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring', version='5.3.5')
)
libraryDependencies += "org.springframework" % "spring" % "5.3.5"
[org.springframework/spring "5.3.5"]