Download composite-groovy-6.4.jar file - Jar c

Jar examples for c:composite-groovy

Description

This holds onto the version of Groovy that we are using in our projects. If we migrate the version of Grails, updating it in one place automatically updates every other project that uses Groovy and allows us to keep in sync with Grails.

You can download jar file composite-groovy 6.4 in this page.

Build File

You can use the following script to add composite-groovy-6.4.jar to your project.

<dependency>
   <groupId>nz.ac.auckland.composite</groupId>
   <artifactId>composite-groovy</artifactId>
   <version>6.4</version>
</dependency>
compile group: 'nz.ac.auckland.composite', name: 'composite-groovy', version: '6.4'
libraryDependencies += "nz.ac.auckland.composite" % "composite-groovy" % "6.4"
<dependency org="nz.ac.auckland.composite" name="composite-groovy" rev="6.4"/>
@Grapes(@Grab(group='nz.ac.auckland.composite', module='composite-groovy', version='6.4'))
'nz.ac.auckland.composite:composite-groovy:jar:6.4'

Download

Click the following link to download the jar file.

composite-groovy-6.4.jar
composite-groovy-6.4.pom



Related Tutorials