Download grails-dependencies-3.2.0.jar file - Jar g

Jar examples for g:grails-dependencies

Description

Grails default supported dependency definitions

You can download jar file grails-dependencies 3.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grails-dependencies-3.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

grails-dependencies-3.2.0.pom



Related Tutorials