Download grengine-1.0.5.jar file - Jar g

Jar examples for g:grengine

Description

Grengine is an engine for running and embedding Groovy in a Java VM.

You can download jar file grengine 1.0.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add grengine-1.0.5.jar to your project.

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

Download

Click the following link to download the jar file.

grengine-1.0.5-javadoc.jar
grengine-1.0.5-sources.jar
grengine-1.0.5.jar
grengine-1.0.5.pom



Related Tutorials