g

grengine

Grengine is an engine for running and embedding Groovy in a Java VM.
http://www.grengine.ch/
The Apache Software License, Version 2.0
Jex Jexler (whois jexler.net)
Files download
File Operation
grengine-1.0.3.jar download
grengine-1.0.3.pom download
grengine-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.grengine</groupId>
  <artifactId>grengine</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'ch.grengine:grengine:1.0.3'
Gradle Kotlin
implementation("ch.grengine:grengine:1.0.3")
Scala SBT
libraryDependencies += "ch.grengine" % "grengine" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='ch.grengine', module='grengine', version='1.0.3')
)
Apache Ivy
<dependency org="ch.grengine" name="grengine" rev="1.0.3" />
Leiningen
[ch.grengine/grengine "1.0.3"]
Apache Buildr
'ch.grengine:grengine:jar:1.0.3'