Download gradle-grails-wrapper-1.0.1.jar file - Jar g

Jar examples for g:gradle-grails-wrapper

Description

A plugin for Gradle to build Grails projects

You can download jar file gradle-grails-wrapper 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add gradle-grails-wrapper-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

gradle-grails-wrapper-1.0.1-javadoc.jar
gradle-grails-wrapper-1.0.1-sources.jar
gradle-grails-wrapper-1.0.1.jar
gradle-grails-wrapper-1.0.1.pom



Related Tutorials