| License | License | 
|---|---|
| Categories | CategoriesGrails User Interface Web Frameworks Data | 
| GroupId | GroupIdorg.grails | 
| ArtifactId | ArtifactIdgrails-datastore-mongo | 
| Last Version | Last Version1.3.1.RELEASE | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGrails GORM GORM - Grails Data Access Framework | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.grails/grails-datastore-mongo/ -->
<dependency>
    <groupId>org.grails</groupId>
    <artifactId>grails-datastore-mongo</artifactId>
    <version>1.3.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.grails/grails-datastore-mongo/
implementation 'org.grails:grails-datastore-mongo:1.3.1.RELEASE'// https://jarcasting.com/artifacts/org.grails/grails-datastore-mongo/
implementation ("org.grails:grails-datastore-mongo:1.3.1.RELEASE")'org.grails:grails-datastore-mongo:jar:1.3.1.RELEASE'<dependency org="org.grails" name="grails-datastore-mongo" rev="1.3.1.RELEASE">
  <artifact name="grails-datastore-mongo" type="jar" />
</dependency>@Grapes(
@Grab(group='org.grails', module='grails-datastore-mongo', version='1.3.1.RELEASE')
)libraryDependencies += "org.grails" % "grails-datastore-mongo" % "1.3.1.RELEASE"[org.grails/grails-datastore-mongo "1.3.1.RELEASE"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.data : spring-data-mongodb | jar | 1.2.1.RELEASE | 
| org.mongodb : mongo-java-driver | jar | 2.11.1 | 
| org.grails : grails-datastore-core | jar | 1.1.9.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 | 
| org.spockframework : spock-core | jar | 0.5-groovy-1.8 |