License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdio.hawt |
ArtifactId | ArtifactIdgroovy-shell-plugin |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typewar |
Description |
Descriptiongroovy-shell-plugin
hawtio :: hawtio Groovy Shell plugin example
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.hawt/groovy-shell-plugin/ -->
<dependency>
<groupId>io.hawt</groupId>
<artifactId>groovy-shell-plugin</artifactId>
<version>2.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.hawt/groovy-shell-plugin/
implementation 'io.hawt:groovy-shell-plugin:2.0.0'
// https://jarcasting.com/artifacts/io.hawt/groovy-shell-plugin/
implementation ("io.hawt:groovy-shell-plugin:2.0.0")
'io.hawt:groovy-shell-plugin:war:2.0.0'
<dependency org="io.hawt" name="groovy-shell-plugin" rev="2.0.0">
<artifact name="groovy-shell-plugin" type="war" />
</dependency>
@Grapes(
@Grab(group='io.hawt', module='groovy-shell-plugin', version='2.0.0')
)
libraryDependencies += "io.hawt" % "groovy-shell-plugin" % "2.0.0"
[io.hawt/groovy-shell-plugin "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.hawt : hawtio-plugin-mbean | jar | 2.0.0 |
org.codehaus.groovy : groovy-all | jar | 2.3.2 |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |