spring-boot-starter-jdbc

spring-boot-starter-jdbc

Starter for using JDBC with the HikariCP connection pool
https://spring.io/projects/spring-boot
Apache License, Version 2.0
Pivotal Software, Inc.
Pivotal
Files download
File Operation
spring-boot-starter-jdbc-2.5.8.jar download
spring-boot-starter-jdbc-2.5.8.pom download
spring-boot-starter-jdbc-2.5.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-jdbc</artifactId>
  <version>2.5.8</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.5.8'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-jdbc:2.5.8")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-jdbc" % "2.5.8"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-jdbc', version='2.5.8')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-jdbc" rev="2.5.8" />
Leiningen
[org.springframework.boot/spring-boot-starter-jdbc "2.5.8"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-jdbc:jar:2.5.8'