| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.safrain |
| Идентификатор | Идентификаторremote-gsh-example |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типwar |
| Описание |
ОписаниеRemote Groovy Shell Example
Light weight debugging/management tool embeded in Java servlet web applications.
|
| Имя Файла | Размер |
|---|---|
| remote-gsh-example-0.1.pom | |
| remote-gsh-example-0.1.war | 13 MB |
| remote-gsh-example-0.1-sources.jar | 2 KB |
| remote-gsh-example-0.1-javadoc.jar | 40 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-example/ -->
<dependency>
<groupId>com.github.safrain</groupId>
<artifactId>remote-gsh-example</artifactId>
<version>0.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-example/
implementation 'com.github.safrain:remote-gsh-example:0.1'
// https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-example/
implementation ("com.github.safrain:remote-gsh-example:0.1")
'com.github.safrain:remote-gsh-example:war:0.1'
<dependency org="com.github.safrain" name="remote-gsh-example" rev="0.1">
<artifact name="remote-gsh-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.safrain', module='remote-gsh-example', version='0.1')
)
libraryDependencies += "com.github.safrain" % "remote-gsh-example" % "0.1"
[com.github.safrain/remote-gsh-example "0.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.safrain : remote-gsh-server | jar | 0.1 |
| javax.servlet : servlet-api | jar | 2.5 |
| org.codehaus.groovy : groovy | jar | 1.8.9 |
| org.springframework : spring | jar | 2.5.6.SEC03 |