Jar examples for g:grails
Grails Web Application Framework
You can download jar file grails 2.1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add grails-2.1.1.jar to your project.
<dependency> <groupId>org.grails</groupId> <artifactId>grails</artifactId> <version>2.1.1</version> </dependency>
compile group: 'org.grails', name: 'grails', version: '2.1.1'
libraryDependencies += "org.grails" % "grails" % "2.1.1"
<dependency org="org.grails" name="grails" rev="2.1.1"/>
@Grapes(@Grab(group='org.grails', module='grails', version='2.1.1'))
'org.grails:grails:jar:2.1.1'
Click the following link to download the jar file.
grails-2.1.1-javadoc.jar