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