Spring Framework: DAO Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Spring Framework: DAO
Copy below Spring Framework: DAO maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-dao -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId>
<version>2.0.8</version>
</dependency>
Copy below Spring Framework: DAO gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-dao
compile group: 'org.springframework', name: 'spring-dao', version: '2.0.8'
https://repo1.maven.org/maven2/org/springframework/spring-dao/2.0.8/spring-dao-2.0.8.jar
https://mvnrepository.com/artifact/org.springframework/spring-dao
https://mvnrepository.com/artifact/org.springframework/spring-dao