is not current version
Last Version 2.1

org.codehaus.castor:spring-orm 1.1

This project provides a Castor JDO-specific implementation of the Spring ORM interfaces (as described at http://static.springframework.org/spring/docs/1.2.x/reference/orm.html), allowing users to use Spring ORM as their preferred choice of dealing with the persistence aspects of their applications.

Categories

Categories

ORM Data
GroupId

GroupId

org.codehaus.castor
ArtifactId

ArtifactId

spring-orm
Version

Version

1.1
Type

Type

jar

Download spring-orm 1.1


<!-- https://jarcasting.com/artifacts/org.codehaus.castor/spring-orm/ -->
<dependency>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>spring-orm</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.castor/spring-orm/
implementation 'org.codehaus.castor:spring-orm:1.1'
// https://jarcasting.com/artifacts/org.codehaus.castor/spring-orm/
implementation ("org.codehaus.castor:spring-orm:1.1")
'org.codehaus.castor:spring-orm:jar:1.1'
<dependency org="org.codehaus.castor" name="spring-orm" rev="1.1">
  <artifact name="spring-orm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.castor', module='spring-orm', version='1.1')
)
libraryDependencies += "org.codehaus.castor" % "spring-orm" % "1.1"
[org.codehaus.castor/spring-orm "1.1"]