Jar examples for c:composite-groovy
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 3.12 in this page.
You can use the following script to add composite-groovy-3.12.jar to your project.
<dependency> <groupId>nz.net.osnz.composite</groupId> <artifactId>composite-groovy</artifactId> <version>3.12</version> </dependency>
compile group: 'nz.net.osnz.composite', name: 'composite-groovy', version: '3.12'
libraryDependencies += "nz.net.osnz.composite" % "composite-groovy" % "3.12"
<dependency org="nz.net.osnz.composite" name="composite-groovy" rev="3.12"/>
@Grapes(@Grab(group='nz.net.osnz.composite', module='composite-groovy', version='3.12'))
'nz.net.osnz.composite:composite-groovy:jar:3.12'
Click the following link to download the jar file.
composite-groovy-3.12.jar