is not current version
Last Version 5.3.21

org.springframework:spring-jdbc 2.0.8

Spring Framework: JDBC

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-jdbc
Version

Version

2.0.8
Type

Type

jar

Download spring-jdbc 2.0.8


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