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