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