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

Spring ORM

Spring ORM Maven Dependency

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

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

Spring ORM Gradle Dependency

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

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

Download JAR File

https://www

Check for Latest Release

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

Reference

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

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