GORM

ORM library based on Groovy and Hibernate.

Categories

Categories

Grails User Interface Web Frameworks ORM Data
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-gorm
Last Version

Last Version

1.3.7
Release Date

Release Date

Type

Type

jar
Description

Description

GORM
ORM library based on Groovy and Hibernate.
Project URL

Project URL

http://www.grails.org

Download grails-gorm

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.4
org.hibernate : hibernate-core jar 3.3.1.GA
org.grails : grails-core jar 1.3.7
org.hibernate : ejb3-persistence jar 1.0.2.GA
org.hibernate : hibernate-annotations jar 3.4.0.GA
org.hibernate : hibernate-commons-annotations jar 3.1.0.GA
javassist : javassist jar 3.11.0.GA
net.sf.ehcache : ehcache Optional jar 1.7.1
org.codehaus.groovy : groovy-all jar 1.7.8
org.slf4j : jcl-over-slf4j jar 1.5.8
org.slf4j : jul-to-slf4j jar 1.5.8

runtime (12)

Group / Artifact Type Version
org.springframework : spring-aop jar 3.0.5.RELEASE
org.springframework : spring-beans jar 3.0.5.RELEASE
org.springframework : spring-context jar 3.0.5.RELEASE
org.springframework : spring-context-support jar 3.0.5.RELEASE
org.springframework : spring-core jar 3.0.5.RELEASE
org.springframework : spring-expression jar 3.0.5.RELEASE
org.springframework : spring-instrument jar 3.0.5.RELEASE
org.springframework : spring-jdbc jar 3.0.5.RELEASE
org.springframework : spring-orm jar 3.0.5.RELEASE
org.springframework : spring-oxm jar 3.0.5.RELEASE
org.springframework : spring-tx jar 3.0.5.RELEASE
org.slf4j : slf4j-api jar 1.5.8

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.3.0.RC2
1.3.0.RC1
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.2.0.RC2
1.2.0.RC1
1.2-M4
1.2-M3
1.2-M2
1.1.2
1.1.1
1.1
1.1-RC2
1.1-RC1
1.1-beta3
1.1-beta2
1.1-beta1