is not current version
Last Version 5.3.21

org.springframework:spring-jdbc 1.2-rc2


GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-jdbc
Version

Version

1.2-rc2
Type

Type

jar

Download spring-jdbc 1.2-rc2


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