| Categories | 
                CategoriesORM Data | 
        
|---|---|
| GroupId | GroupIdorg.springframework | 
    
| ArtifactId | ArtifactIdspring-orm | 
    
| Version | Version5.2.4.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| spring-orm-5.2.4.RELEASE.pom | |
| spring-orm-5.2.4.RELEASE.jar | 196 KB | 
| spring-orm-5.2.4.RELEASE-sources.jar | 173 KB | 
| spring-orm-5.2.4.RELEASE-javadoc.jar | 480 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-orm/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-orm</artifactId>
    <version>5.2.4.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework/spring-orm/
implementation 'org.springframework:spring-orm:5.2.4.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework/spring-orm/
implementation ("org.springframework:spring-orm:5.2.4.RELEASE")
                'org.springframework:spring-orm:jar:5.2.4.RELEASE'
                <dependency org="org.springframework" name="spring-orm" rev="5.2.4.RELEASE">
  <artifact name="spring-orm" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework', module='spring-orm', version='5.2.4.RELEASE')
)
                libraryDependencies += "org.springframework" % "spring-orm" % "5.2.4.RELEASE"
                [org.springframework/spring-orm "5.2.4.RELEASE"]