How To Install Java Artifact org.codehaus.castor.spring-orm v1.3

org.codehaus.castor spring-orm 1.3

Introduction

In this article, we'll learn how to install Java artifact spring-orm from org.codehaus.castor group in version 1.3. The artifact is available in 4 versions: 2.1 1.3 1.2 1.1 The Spring ORM implementation for Castor JDO project has its own website at: http://castor.org.

How To Install Java Artifact org.codehaus.castor.spring-orm In Version 1.3

To install the Spring ORM implementation for Castor JDO artifact in version 1.3 add the following dependency to your pom.xml file for Maven Project.

The dependency needs to be added in the dependencies section which is located in the main project tag of the pom.xml file. The sample pom.xml file that uses Spring ORM implementation for Castor JDO dependency could look as follows:

Other dependency snippets for Gradle, SBT, Ivy, Grape, Leiningen, and Buildr

Below you can find code snippets for other project build tools like Gradle, SBT, Ivy, Grape, Leiningen, and Buildr.

Compile dependencies (5)

Test dependencies (8)

Developers