Grails GORM

GORM - Grails Data Access Framework

License

License

Categories

Categories

Grails User Interface Web Frameworks Data
GroupId

GroupId

org.grails
ArtifactId

ArtifactId

grails-datastore-mongo
Last Version

Last Version

1.3.1.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Grails GORM
GORM - Grails Data Access Framework
Project URL

Project URL

http://grails.org/

Download grails-datastore-mongo

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.spockframework : spock-core jar 0.5-groovy-1.8

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.1.RELEASE
1.3.0.RELEASE
1.2.0.RELEASE
1.1.0.RELEASE
1.0.0.RELEASE
1.0.0.RC5