License |
License |
---|---|
Categories |
CategoriesGroovy Languages |
GroupId | GroupIdworks.lmz.controlpanel |
ArtifactId | ArtifactIdgroovy-controlpanel |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongroovy-controlpanel
A Stencil servlet which provides a GroovyShell control panel allowing
the execution of arbitrary Groovy scripts at the endpoint admin/groovyexec.
The purpose is to allow support personnel to interrogate the internal state
of the running web application.
Due to the nature of this control panel it strongly recommended that it is secured
|
Filename | Size |
---|---|
groovy-controlpanel-1.1.pom | |
groovy-controlpanel-1.1.jar | 24 KB |
groovy-controlpanel-1.1-sources.jar | 6 KB |
groovy-controlpanel-1.1-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/works.lmz.controlpanel/groovy-controlpanel/ -->
<dependency>
<groupId>works.lmz.controlpanel</groupId>
<artifactId>groovy-controlpanel</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/works.lmz.controlpanel/groovy-controlpanel/
implementation 'works.lmz.controlpanel:groovy-controlpanel:1.1'
// https://jarcasting.com/artifacts/works.lmz.controlpanel/groovy-controlpanel/
implementation ("works.lmz.controlpanel:groovy-controlpanel:1.1")
'works.lmz.controlpanel:groovy-controlpanel:jar:1.1'
<dependency org="works.lmz.controlpanel" name="groovy-controlpanel" rev="1.1">
<artifact name="groovy-controlpanel" type="jar" />
</dependency>
@Grapes(
@Grab(group='works.lmz.controlpanel', module='groovy-controlpanel', version='1.1')
)
libraryDependencies += "works.lmz.controlpanel" % "groovy-controlpanel" % "1.1"
[works.lmz.controlpanel/groovy-controlpanel "1.1"]
Group / Artifact | Type | Version |
---|---|---|
works.lmz.controlpanel : lmz-controlpanel | jar | [1.1,2) |
works.lmz.composite : composite-syllabus | jar | [1.1,2) |