is not current version
Last Version 7.3.2

org.grails:grails-datastore-web 3.0.1.RELEASE

GORM - Grails Data Access Framework

Categories

Categories

Grails User Interface Web Frameworks Data
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-datastore-web
Version

Version

3.0.1.RELEASE
Type

Type

jar

Download grails-datastore-web 3.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-web/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-web</artifactId>
    <version>3.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-web/
implementation 'org.grails:grails-datastore-web:3.0.1.RELEASE'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-web/
implementation ("org.grails:grails-datastore-web:3.0.1.RELEASE")
'org.grails:grails-datastore-web:jar:3.0.1.RELEASE'
<dependency org="org.grails" name="grails-datastore-web" rev="3.0.1.RELEASE">
  <artifact name="grails-datastore-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-web', version='3.0.1.RELEASE')
)
libraryDependencies += "org.grails" % "grails-datastore-web" % "3.0.1.RELEASE"
[org.grails/grails-datastore-web "3.0.1.RELEASE"]