Download grails-core-3.1.1.jar file - Jar g

Jar examples for g:grails-core

Description

Core Grails library required by all Grails applications.

You can download jar file grails-core 3.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grails-core-3.1.1.jar to your project.

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

Download

Click the following link to download the jar file.

grails-core-3.1.1-javadoc.jar
grails-core-3.1.1-sources.jar
grails-core-3.1.1.jar
grails-core-3.1.1.pom



Related Tutorials