Download groovy-all-1.0-beta-10.jar file - Jar g

Jar examples for g:groovy-all

Description

a powerful and dynamic scripting language for the JVM

You can download jar file groovy-all 1.0-beta-10 in this page.

Build File

You can use the following script to add groovy-all-1.0-beta-10.jar to your project.

<dependency>
   <groupId>groovy</groupId>
   <artifactId>groovy-all</artifactId>
   <version>1.0-beta-10</version>
</dependency>
compile group: 'groovy', name: 'groovy-all', version: '1.0-beta-10'
libraryDependencies += "groovy" % "groovy-all" % "1.0-beta-10"
<dependency org="groovy" name="groovy-all" rev="1.0-beta-10"/>
@Grapes(@Grab(group='groovy', module='groovy-all', version='1.0-beta-10'))
'groovy:groovy-all:jar:1.0-beta-10'

Download

Click the following link to download the jar file.

groovy-all-1.0-beta-10.jar
groovy-all-1.0-beta-10.pom



Related Tutorials