is not current version
Last Version 1.0.16

org.devcake.groovy:remoteconsole-groovy 1.0.12

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.

Categories

Categories

Groovy Languages
GroupId

GroupId

org.devcake.groovy
ArtifactId

ArtifactId

remoteconsole-groovy
Version

Version

1.0.12
Type

Type

jar

Download remoteconsole-groovy 1.0.12


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