Geb

Groovy remote control is a library for executing closures defined in one Groovy application to be executed in a different (possible remote) Groovy application.

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

org.codehaus.groovy.modules.remote
ArtifactId

ArtifactId

remote-core
Last Version

Last Version

0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Geb
Groovy remote control is a library for executing closures defined in one Groovy application to be executed in a different (possible remote) Groovy application.
Source Code Management

Source Code Management

https://github.com/alkemist/groovy-remote

Download remote-core

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
0.5
0.4
0.3
0.2
0.1