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