Categories |
CategoriesGrails User Interface Web Frameworks ORM Data |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-gorm |
Last Version | Last Version1.3.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGORM
ORM library based on Groovy and Hibernate.
|
Project URL |
Project URL |
Filename | Size |
---|---|
grails-gorm-1.3.7.pom | |
grails-gorm-1.3.7.jar | 594 KB |
Browse |
<!-- 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"]
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 |
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |