Jar examples for g:groovy-all
a powerful and dynamic scripting language for the JVM
You can download jar file groovy-all 1.0-beta-8 in this page.
You can use the following script to add groovy-all-1.0-beta-8.jar to your project.
<dependency> <groupId>groovy</groupId> <artifactId>groovy-all</artifactId> <version>1.0-beta-8</version> </dependency>
compile group: 'groovy', name: 'groovy-all', version: '1.0-beta-8'
libraryDependencies += "groovy" % "groovy-all" % "1.0-beta-8"
<dependency org="groovy" name="groovy-all" rev="1.0-beta-8"/>
@Grapes(@Grab(group='groovy', module='groovy-all', version='1.0-beta-8'))
'groovy:groovy-all:jar:1.0-beta-8'
Click the following link to download the jar file.
groovy-all-1.0-beta-8.jar