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