не последняя версия
Последняя версия 1.0.16

org.devcake.groovy:remoteconsole-groovy 1.0.9

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.

Категории

Категории

Groovy Языки программирования
Группа

Группа

org.devcake.groovy
Идентификатор

Идентификатор

remoteconsole-groovy
Версия

Версия

1.0.9
Тип

Тип

jar

Скачать remoteconsole-groovy 1.0.9


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