| License |
License |
|---|---|
| Categories |
CategoriesGrails User Interface Web Frameworks Data ORM |
| GroupId | GroupIdorg.grails |
| ArtifactId | ArtifactIdgrails-datastore-gorm |
| Last Version | Last Version7.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGrails GORM
GORM - Grails Data Access Framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| grails-datastore-gorm-7.3.2.pom | |
| grails-datastore-gorm-7.3.2.jar | 317 KB |
| grails-datastore-gorm-7.3.2-sources.jar | 78 KB |
| grails-datastore-gorm-7.3.2-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm</artifactId>
<version>7.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm/
implementation 'org.grails:grails-datastore-gorm:7.3.2'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm/
implementation ("org.grails:grails-datastore-gorm:7.3.2")
'org.grails:grails-datastore-gorm:jar:7.3.2'
<dependency org="org.grails" name="grails-datastore-gorm" rev="7.3.2">
<artifact name="grails-datastore-gorm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm', version='7.3.2')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm" % "7.3.2"
[org.grails/grails-datastore-gorm "7.3.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.annotation : javax.annotation-api | jar | 1.3.2 |
| org.codehaus.groovy : groovy | jar | 3.0.11 |
| org.grails : grails-datastore-core | jar | 7.3.2 |
| org.grails : grails-datastore-gorm-validation | jar | 7.3.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.36 |
| javax.el : javax.el-api | jar | 3.0.0 |
| org.glassfish : javax.el | jar | 3.0.1-b12 |