Last Version

groovy-controlpanel 1.1

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

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

works.lmz.controlpanel
ArtifactId

ArtifactId

groovy-controlpanel
Version

Version

1.1
Type

Type

jar
Description

Description

groovy-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

Download groovy-controlpanel 1.1


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
works.lmz.controlpanel : lmz-controlpanel jar [1.1,2)
works.lmz.composite : composite-syllabus jar [1.1,2)

Project Modules

There are no modules declared in this project.