g

grengine

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