Spring Framework: DAO Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Spring Framework: DAO

Spring Framework: DAO Maven Dependency

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>

Spring Framework: DAO Gradle 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'

Download JAR File

https://repo1.maven.org/maven2/org/springframework/spring-dao/2.0.8/spring-dao-2.0.8.jar

Check for Latest Release

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

Reference

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

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