Download grails-web-common-2.4.0.jar file - Jar g

Jar examples for g:grails-web-common

Description

Grails Web Application Framework

You can download jar file grails-web-common 2.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grails-web-common-2.4.0.jar to your project.

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

Download

Click the following link to download the jar file.

grails-web-common-2.4.0-javadoc.jar
grails-web-common-2.4.0-sources.jar
grails-web-common-2.4.0.jar
grails-web-common-2.4.0.pom



Related Tutorials