Last Version

GORM 1.3.7

ORM library based on Groovy and Hibernate.

Categories

Categories

Grails User Interface Web Frameworks ORM Data
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-gorm
Version

Version

1.3.7
Type

Type

jar
Description

Description

GORM
ORM library based on Groovy and Hibernate.
Project URL

Project URL

http://www.grails.org

Download grails-gorm 1.3.7


<!-- 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.