s

spring-data-jdbc

Spring Data module for JDBC repositories.
https://projects.spring.io/spring-data-jdbc
Files download
File Operation
spring-data-jdbc-3.2.0.jar download
spring-data-jdbc-3.2.0.pom download
spring-data-jdbc-3.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.data</groupId>
  <artifactId>spring-data-jdbc</artifactId>
  <version>3.2.0</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.data:spring-data-jdbc:3.2.0'
Gradle Kotlin
implementation("org.springframework.data:spring-data-jdbc:3.2.0")
Scala SBT
libraryDependencies += "org.springframework.data" % "spring-data-jdbc" % "3.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.data', module='spring-data-jdbc', version='3.2.0')
)
Apache Ivy
<dependency org="org.springframework.data" name="spring-data-jdbc" rev="3.2.0" />
Leiningen
[org.springframework.data/spring-data-jdbc "3.2.0"]
Apache Buildr
'org.springframework.data:spring-data-jdbc:jar:3.2.0'