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