is not current version
Last Version 5.3.21

org.springframework:spring-jdbc 5.2.15.RELEASE

Spring JDBC

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-jdbc
Version

Version

5.2.15.RELEASE
Type

Type

jar

Download spring-jdbc 5.2.15.RELEASE


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