License |
License |
---|---|
GroupId | GroupIdcom.github.safrain |
ArtifactId | ArtifactIdremote-gsh-shell |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRemote Groovy Shell Clientside
Light weight debugging/management tool embeded in Java servlet web applications.
|
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
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 |