Last Version

grengine 2.0.0

Grengine is an engine for running and embedding Groovy in a Java VM.

License

License

GroupId

GroupId

ch.grengine
ArtifactId

ArtifactId

grengine
Version

Version

2.0.0
Type

Type

jar
Description

Description

grengine
Grengine is an engine for running and embedding Groovy in a Java VM.
Source Code Management

Source Code Management

https://gitlab.com/jexler/grengine

Download grengine 2.0.0


<!-- https://jarcasting.com/artifacts/ch.grengine/grengine/ -->
<dependency>
    <groupId>ch.grengine</groupId>
    <artifactId>grengine</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.grengine/grengine/
implementation 'ch.grengine:grengine:2.0.0'
// https://jarcasting.com/artifacts/ch.grengine/grengine/
implementation ("ch.grengine:grengine:2.0.0")
'ch.grengine:grengine:jar:2.0.0'
<dependency org="ch.grengine" name="grengine" rev="2.0.0">
  <artifact name="grengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.grengine', module='grengine', version='2.0.0')
)
libraryDependencies += "ch.grengine" % "grengine" % "2.0.0"
[ch.grengine/grengine "2.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.codehaus.groovy : groovy jar 2.5.1

test (4)

Group / Artifact Type Version
org.hamcrest : hamcrest-library jar 1.3
org.apache.ivy : ivy jar 2.4.0
commons-io : commons-io jar 2.6
org.junit.jupiter : junit-jupiter-api jar 5.1.0

Project Modules

There are no modules declared in this project.