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-1.2.0.jar download
grengine-1.2.0.pom download
grengine-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>ch.grengine</groupId>
  <artifactId>grengine</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'ch.grengine:grengine:1.2.0'
Gradle Kotlin
implementation("ch.grengine:grengine:1.2.0")
Scala SBT
libraryDependencies += "ch.grengine" % "grengine" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='ch.grengine', module='grengine', version='1.2.0')
)
Apache Ivy
<dependency org="ch.grengine" name="grengine" rev="1.2.0" />
Leiningen
[ch.grengine/grengine "1.2.0"]
Apache Buildr
'ch.grengine:grengine:jar:1.2.0'