| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииGroovy Языки программирования |
| Группа | Группаorg.devcake.groovy |
| Идентификатор | Идентификаторremoteconsole-groovy |
| Последняя версия | Последняя версия1.0.16 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| remoteconsole-groovy-1.0.16.pom | |
| remoteconsole-groovy-1.0.16.jar | 53 KB |
| remoteconsole-groovy-1.0.16-sources.jar | 8 KB |
| remoteconsole-groovy-1.0.16-javadoc.jar | 44 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |