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