License |
License |
---|---|
Categories |
CategoriesGrails User Interface Web Frameworks Hibernate Data ORM |
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-hibernate |
Last Version | Last Version2.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGrails
Grails Web Application Framework
|
Project URL |
Project URL |
Filename | Size |
---|---|
grails-hibernate-2.2.5.pom | |
grails-hibernate-2.2.5.jar | 581 KB |
grails-hibernate-2.2.5-sources.jar | 202 KB |
grails-hibernate-2.2.5-javadoc.jar | 363 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-hibernate/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-hibernate</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-hibernate/
implementation 'org.grails:grails-hibernate:2.2.5'
// https://jarcasting.com/artifacts/org.grails/grails-hibernate/
implementation ("org.grails:grails-hibernate:2.2.5")
'org.grails:grails-hibernate:jar:2.2.5'
<dependency org="org.grails" name="grails-hibernate" rev="2.2.5">
<artifact name="grails-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-hibernate', version='2.2.5')
)
libraryDependencies += "org.grails" % "grails-hibernate" % "2.2.5"
[org.grails/grails-hibernate "2.2.5"]
Group / Artifact | Type | Version |
---|---|---|
org.grails : grails | jar | 2.2.5 |
org.codehaus.groovy : groovy-all | jar | 2.0.8 |
org.grails : grails-datastore-gorm | jar | 1.1.8.RELEASE |
org.springframework : spring-tx | jar | 3.1.4.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
org.hibernate : hibernate-core | jar | 3.6.10.Final |
org.grails : grails-datastore-simple | jar | 1.1.8.RELEASE |
org.slf4j : slf4j-api | jar | 1.6.2 |
javax.transaction : jta | jar | 1.1 |
org.grails : grails-core | jar | 2.2.5 |
org.grails : grails-bootstrap | jar | 2.2.5 |
org.springframework : spring-orm | jar | 3.1.4.RELEASE |
org.javassist : javassist | jar | 3.16.1-GA |
org.slf4j : jcl-over-slf4j | jar | 1.6.2 |
org.springframework : spring-jdbc | jar | 3.1.4.RELEASE |
commons-beanutils : commons-beanutils | jar | 1.8.3 |
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
commons-lang : commons-lang | jar | 2.6 |
org.grails : grails-datastore-core | jar | 1.1.8.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
antlr : antlr | jar | 2.7.7 |
javax.validation : validation-api | jar | 1.0.0.GA |
net.sf.ehcache : ehcache-core | jar | 2.4.6 |
org.hibernate : hibernate-validator | jar | 4.1.0.Final |
org.liquibase : liquibase-core | jar | 2.0.5 |
org.hibernate : hibernate-ehcache | jar | 3.6.10.Final |
org.hibernate : hibernate-commons-annotations | jar | 3.2.0.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |