| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.safrain |
| Идентификатор | Идентификаторremote-gsh-shell |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRemote Groovy Shell Clientside
Light weight debugging/management tool embeded in Java servlet web applications.
|
| Имя Файла | Размер |
|---|---|
| remote-gsh-shell-0.1.pom | |
| remote-gsh-shell-0.1.jar | 6 MB |
| remote-gsh-shell-0.1-sources.jar | 5 KB |
| remote-gsh-shell-0.1-javadoc.jar | 28 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-shell/ -->
<dependency>
<groupId>com.github.safrain</groupId>
<artifactId>remote-gsh-shell</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-shell/
implementation 'com.github.safrain:remote-gsh-shell:0.1'
// https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-shell/
implementation ("com.github.safrain:remote-gsh-shell:0.1")
'com.github.safrain:remote-gsh-shell:jar:0.1'
<dependency org="com.github.safrain" name="remote-gsh-shell" rev="0.1">
<artifact name="remote-gsh-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.safrain', module='remote-gsh-shell', version='0.1')
)
libraryDependencies += "com.github.safrain" % "remote-gsh-shell" % "0.1"
[com.github.safrain/remote-gsh-shell "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| jline : jline | jar | 2.9 |
| org.codehaus.groovy : groovy | jar | 1.8.9 |
| org.fusesource.jansi : jansi | jar | 1.9 |
| commons-httpclient : commons-httpclient | jar | 3.1 |