License |
License |
---|---|
GroupId | GroupIdcom.github.safrain |
ArtifactId | ArtifactIdremote-gsh-parent |
Version | Version0.1 |
Type | Typepom |
Description |
DescriptionRemote Groovy Shell Parent
Light weight debugging/management tool embeded in Java servlet web applications.
|
Filename | Size |
---|---|
remote-gsh-parent-0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-parent/ -->
<dependency>
<groupId>com.github.safrain</groupId>
<artifactId>remote-gsh-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-parent/
implementation 'com.github.safrain:remote-gsh-parent:0.1'
// https://jarcasting.com/artifacts/com.github.safrain/remote-gsh-parent/
implementation ("com.github.safrain:remote-gsh-parent:0.1")
'com.github.safrain:remote-gsh-parent:pom:0.1'
<dependency org="com.github.safrain" name="remote-gsh-parent" rev="0.1">
<artifact name="remote-gsh-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.safrain', module='remote-gsh-parent', version='0.1')
)
libraryDependencies += "com.github.safrain" % "remote-gsh-parent" % "0.1"
[com.github.safrain/remote-gsh-parent "0.1"]