Spring JDBC Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Spring JDBC

Spring JDBC Maven Dependency

Copy below Spring JDBC maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.springframework/spring-jdbc -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jdbc</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>

Spring JDBC Gradle Dependency

Copy below Spring JDBC gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.springframework/spring-jdbc
compile group: 'org.springframework', name: 'spring-jdbc', version: '5.2.1.RELEASE'

Download JAR File

https://repo1.maven.org/maven2/org/springframework/spring-jdbc/5.2.1.RELEASE/spring-jdbc-5.2.1.RELEASE.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework/spring-jdbc

Reference

https://mvnrepository.com/artifact/org.springframework/spring-jdbc

⚠️ **GitHub.com Fallback** ⚠️