Jar examples for g:grengine
Grengine is an engine for running and embedding Groovy in a Java VM.
You can download jar file grengine 1.2.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add grengine-1.2.1.jar to your project.
<dependency> <groupId>ch.grengine</groupId> <artifactId>grengine</artifactId> <version>1.2.1</version> </dependency>
compile group: 'ch.grengine', name: 'grengine', version: '1.2.1'
libraryDependencies += "ch.grengine" % "grengine" % "1.2.1"
<dependency org="ch.grengine" name="grengine" rev="1.2.1"/>
@Grapes(@Grab(group='ch.grengine', module='grengine', version='1.2.1'))
'ch.grengine:grengine:jar:1.2.1'
Click the following link to download the jar file.
grengine-1.2.1-javadoc.jar