Categories |
CategoriesGrails User Interface Web Frameworks Data |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-datastore-web |
Version | Version4.0.0.M1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-web/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-datastore-web</artifactId>
<version>4.0.0.M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-datastore-web/
implementation 'org.grails:grails-datastore-web:4.0.0.M1'
// https://jarcasting.com/artifacts/org.grails/grails-datastore-web/
implementation ("org.grails:grails-datastore-web:4.0.0.M1")
'org.grails:grails-datastore-web:jar:4.0.0.M1'
<dependency org="org.grails" name="grails-datastore-web" rev="4.0.0.M1">
<artifact name="grails-datastore-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-datastore-web', version='4.0.0.M1')
)
libraryDependencies += "org.grails" % "grails-datastore-web" % "4.0.0.M1"
[org.grails/grails-datastore-web "4.0.0.M1"]