Remote Console

The library allows to create remote console server easily, and run Groovy scripts remotely on the console server. It supports execution of parts of the script, with all import statements applied. The library can be used as a standalone remote console server, and as embedded console server. It contains default implementaiton of Remote Console client, whereas customized implementation is also available.

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

org.devcake.groovy
ArtifactId

ArtifactId

remoteconsole-groovy
Last Version

Last Version

1.0.16
Release Date

Release Date

Type

Type

jar
Description

Description

Remote Console
The library allows to create remote console server easily, and run Groovy scripts remotely on the console server. It supports execution of parts of the script, with all import statements applied. The library can be used as a standalone remote console server, and as embedded console server. It contains default implementaiton of Remote Console client, whereas customized implementation is also available.

Download remoteconsole-groovy

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
commons-collections : commons-collections jar 3.2.1
org.easymock : easymock jar 3.0
org.testng : testng jar 5.13.1
org.devcake.groovy : autoimports-groovy jar 1.0.8
org.codehaus.groovy : groovy-all jar 1.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.16
1.0.15
1.0.14
1.0.13
1.0.12
1.0.10
1.0.9