Download grails-datastore-core-6.0.0.M2.jar file - Jar g

Jar examples for g:grails-datastore-core

Description

GORM - Grails Data Access Framework

You can download jar file grails-datastore-core 6.0.0.M2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grails-datastore-core-6.0.0.M2.jar to your project.

<dependency>
   <groupId>org.grails</groupId>
   <artifactId>grails-datastore-core</artifactId>
   <version>6.0.0.M2</version>
</dependency>
compile group: 'org.grails', name: 'grails-datastore-core', version: '6.0.0.M2'
libraryDependencies += "org.grails" % "grails-datastore-core" % "6.0.0.M2"
<dependency org="org.grails" name="grails-datastore-core" rev="6.0.0.M2"/>
@Grapes(@Grab(group='org.grails', module='grails-datastore-core', version='6.0.0.M2'))
'org.grails:grails-datastore-core:jar:6.0.0.M2'

Download

Click the following link to download the jar file.

grails-datastore-core-6.0.0.M2-javadoc.jar
grails-datastore-core-6.0.0.M2-sources.jar
grails-datastore-core-6.0.0.M2.jar
grails-datastore-core-6.0.0.M2.pom



Related Tutorials