| License |
License |
|---|---|
| Categories |
CategoriesGrails User Interface Web Frameworks Data |
| GroupId | GroupIdorg.grails |
| ArtifactId | ArtifactIdgrails-datastore-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-async/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-async</artifactId>
<version>7.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-async/
implementation 'org.grails:grails-datastore-async:7.3.2'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-async/
implementation ("org.grails:grails-datastore-async:7.3.2")
'org.grails:grails-datastore-async:jar:7.3.2'
<dependency org="org.grails" name="grails-datastore-async" rev="7.3.2">
<artifact name="grails-datastore-async" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-async', version='7.3.2')
)
libraryDependencies += "org.grails" % "grails-datastore-async" % "7.3.2"
[org.grails/grails-datastore-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-async | jar | 4.0.0 |