| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks Data | 
| GroupId | GroupIdorg.grails | 
| ArtifactId | ArtifactIddatastore-test-support | 
| Last Version | Last Version1.0.1-grails-2.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrails unit testing support for GORM - datastore-test-support Grails unit testing support for GORM - datastore-test-support | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.grails/datastore-test-support/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>datastore-test-support</artifactId>
    <version>1.0.1-grails-2.4</version>
</dependency>// https://jarcasting.com/artifacts/org.grails/datastore-test-support/
implementation 'org.grails:datastore-test-support:1.0.1-grails-2.4'// https://jarcasting.com/artifacts/org.grails/datastore-test-support/
implementation ("org.grails:datastore-test-support:1.0.1-grails-2.4")'org.grails:datastore-test-support:jar:1.0.1-grails-2.4'<dependency org="org.grails" name="datastore-test-support" rev="1.0.1-grails-2.4">
  <artifact name="datastore-test-support" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails', module='datastore-test-support', version='1.0.1-grails-2.4')
)libraryDependencies += "org.grails" % "datastore-test-support" % "1.0.1-grails-2.4"[org.grails/datastore-test-support "1.0.1-grails-2.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.spockframework : spock-core | jar | 0.7-groovy-2.0 | 
| junit : junit | jar | 4.11 |