MVN

works.lmz.controlpanel : groovy-controlpanel

Maven & Gradle

Feb 25, 2016
2 usages

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

<dependency>
    <groupId>works.lmz.controlpanel</groupId>
    <artifactId>groovy-controlpanel</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of works.lmz.controlpanel : groovy-controlpanel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of works.lmz.controlpanel : groovy-controlpanel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
groovy-controlpanel-1.1

How to add a dependency to Maven

Add the following works.lmz.controlpanel : groovy-controlpanel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>works.lmz.controlpanel</groupId>
    <artifactId>groovy-controlpanel</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following works.lmz.controlpanel : groovy-controlpanel gradle dependency to your build.gradle file:

implementation 'works.lmz.controlpanel:groovy-controlpanel:1.1'

Gradle Kotlin DSL: Add the following works.lmz.controlpanel : groovy-controlpanel gradle kotlin dependency to your build.gradle.kts file:

implementation("works.lmz.controlpanel:groovy-controlpanel:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following works.lmz.controlpanel : groovy-controlpanel sbt scala dependency to your build.sbt file:

libraryDependencies += "works.lmz.controlpanel" % "groovy-controlpanel" % "1.1"