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