| License |
License |
|---|---|
| Categories |
CategoriesGrails User Interface Web Frameworks Data ORM |
| GroupId | GroupIdorg.grails |
| ArtifactId | ArtifactIdgrails-datastore-gorm-async |
| Last Version | Last Version7.3.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGrails GORM
GORM - Grails Data Access Framework
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-async/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-gorm-async</artifactId>
<version>7.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-async/
implementation 'org.grails:grails-datastore-gorm-async:7.3.2'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-gorm-async/
implementation ("org.grails:grails-datastore-gorm-async:7.3.2")
'org.grails:grails-datastore-gorm-async:jar:7.3.2'
<dependency org="org.grails" name="grails-datastore-gorm-async" rev="7.3.2">
<artifact name="grails-datastore-gorm-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-gorm-async', version='7.3.2')
)
libraryDependencies += "org.grails" % "grails-datastore-gorm-async" % "7.3.2"
[org.grails/grails-datastore-gorm-async "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-gorm | jar | 7.3.2 |
| org.grails : grails-datastore-async | jar | 7.3.2 |