grengine

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

License

License

GroupId

GroupId

ch.grengine
ArtifactId

ArtifactId

grengine
Last Version

Last Version

2.0.0
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
2.0.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0