MVN

org.springframework.data : spring-data-jdbc

Maven & Gradle

Aug 18, 2023
58 usages
86 stars

Spring Data JDBC · Spring Data module for JDBC repositories.

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-jdbc</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.data : spring-data-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3

All Versions

Choose a version of org.springframework.data : spring-data-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
spring-data-jdbc-3.1.3
spring-data-jdbc-3.1.2
spring-data-jdbc-3.1.1
spring-data-jdbc-3.1.0
3.0.x
spring-data-jdbc-3.0.9
spring-data-jdbc-3.0.8
spring-data-jdbc-3.0.7
spring-data-jdbc-3.0.6
spring-data-jdbc-3.0.5
spring-data-jdbc-3.0.4
spring-data-jdbc-3.0.3
spring-data-jdbc-3.0.2
spring-data-jdbc-3.0.1
spring-data-jdbc-3.0.0
2.4.x
spring-data-jdbc-2.4.15
spring-data-jdbc-2.4.14
spring-data-jdbc-2.4.13
spring-data-jdbc-2.4.12
spring-data-jdbc-2.4.11
spring-data-jdbc-2.4.10
spring-data-jdbc-2.4.9
spring-data-jdbc-2.4.8
spring-data-jdbc-2.4.7
spring-data-jdbc-2.4.6
spring-data-jdbc-2.4.5
spring-data-jdbc-2.4.4
spring-data-jdbc-2.4.3
spring-data-jdbc-2.4.2
spring-data-jdbc-2.4.1
spring-data-jdbc-2.4.0
2.3.x
spring-data-jdbc-2.3.10
spring-data-jdbc-2.3.9
spring-data-jdbc-2.3.8
spring-data-jdbc-2.3.7
spring-data-jdbc-2.3.6
spring-data-jdbc-2.3.5
spring-data-jdbc-2.3.4
spring-data-jdbc-2.3.3
spring-data-jdbc-2.3.2
spring-data-jdbc-2.3.1
spring-data-jdbc-2.3.0
2.2.x
spring-data-jdbc-2.2.12
spring-data-jdbc-2.2.11
spring-data-jdbc-2.2.10
spring-data-jdbc-2.2.9
spring-data-jdbc-2.2.8
spring-data-jdbc-2.2.7
spring-data-jdbc-2.2.6
spring-data-jdbc-2.2.5
spring-data-jdbc-2.2.4
spring-data-jdbc-2.2.3
spring-data-jdbc-2.2.2
spring-data-jdbc-2.2.1
spring-data-jdbc-2.2.0
2.1.x
spring-data-jdbc-2.1.15
spring-data-jdbc-2.1.14
spring-data-jdbc-2.1.13
spring-data-jdbc-2.1.12
spring-data-jdbc-2.1.11
spring-data-jdbc-2.1.10
spring-data-jdbc-2.1.9
spring-data-jdbc-2.1.8
spring-data-jdbc-2.1.7
spring-data-jdbc-2.1.6
spring-data-jdbc-2.1.5
spring-data-jdbc-2.1.4
spring-data-jdbc-2.1.3
spring-data-jdbc-2.1.2
spring-data-jdbc-2.1.1
spring-data-jdbc-2.1.0
2.0.x
spring-data-jdbc-2.0.9.RELEASE
spring-data-jdbc-2.0.8.RELEASE
spring-data-jdbc-2.0.7.RELEASE
spring-data-jdbc-2.0.6.RELEASE
spring-data-jdbc-2.0.5.RELEASE
spring-data-jdbc-2.0.4.RELEASE
spring-data-jdbc-2.0.3.RELEASE
spring-data-jdbc-2.0.2.RELEASE
spring-data-jdbc-2.0.1.RELEASE
spring-data-jdbc-2.0.0.RELEASE
1.1.x
spring-data-jdbc-1.1.13.RELEASE
spring-data-jdbc-1.1.12.RELEASE
spring-data-jdbc-1.1.11.RELEASE
spring-data-jdbc-1.1.10.RELEASE
spring-data-jdbc-1.1.9.RELEASE
spring-data-jdbc-1.1.8.RELEASE
spring-data-jdbc-1.1.7.RELEASE
spring-data-jdbc-1.1.6.RELEASE
spring-data-jdbc-1.1.5.RELEASE
spring-data-jdbc-1.1.4.RELEASE
spring-data-jdbc-1.1.3.RELEASE
spring-data-jdbc-1.1.2.RELEASE
spring-data-jdbc-1.1.1.RELEASE
spring-data-jdbc-1.1.0.RELEASE
1.0.x
spring-data-jdbc-1.0.21.RELEASE
spring-data-jdbc-1.0.20.RELEASE
spring-data-jdbc-1.0.19.RELEASE
spring-data-jdbc-1.0.18.RELEASE
spring-data-jdbc-1.0.17.RELEASE
spring-data-jdbc-1.0.16.RELEASE
spring-data-jdbc-1.0.15.RELEASE
spring-data-jdbc-1.0.14.RELEASE
spring-data-jdbc-1.0.13.RELEASE
spring-data-jdbc-1.0.12.RELEASE
spring-data-jdbc-1.0.11.RELEASE
spring-data-jdbc-1.0.10.RELEASE
spring-data-jdbc-1.0.9.RELEASE
spring-data-jdbc-1.0.8.RELEASE
spring-data-jdbc-1.0.7.RELEASE
spring-data-jdbc-1.0.6.RELEASE
spring-data-jdbc-1.0.5.RELEASE
spring-data-jdbc-1.0.4.RELEASE
spring-data-jdbc-1.0.3.RELEASE
spring-data-jdbc-1.0.2.RELEASE
spring-data-jdbc-1.0.1.RELEASE
spring-data-jdbc-1.0.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework.data : spring-data-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.data</groupId>
    <artifactId>spring-data-jdbc</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.data : spring-data-jdbc gradle dependency to your build.gradle file:

implementation 'org.springframework.data:spring-data-jdbc:3.1.3'

Gradle Kotlin DSL: Add the following org.springframework.data : spring-data-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.data:spring-data-jdbc:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.data : spring-data-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.data" % "spring-data-jdbc" % "3.1.3"

Advertisement

Dependencies from Group

Aug 18, 2023
1.4k usages
88 stars
Aug 18, 2023
906 usages
1.5k stars
Aug 18, 2023
692 usages
2.7k stars
Aug 18, 2023
684 usages
1.6k stars
Aug 18, 2023
111 usages
2.7k stars

Discover Dependencies

Aug 05, 2023
38 usages
36.2k stars
May 26, 2022
884 usages
104 stars
May 17, 2023
146 stars
Jul 28, 2023
25 usages
412 stars
Nov 09, 2022
150 usages
19.8k stars
Nov 26, 2020
1 usages
May 05, 2023
2 usages
8 stars
Feb 17, 2021
704 stars
Jan 22, 2013
4 usages
297 stars