is not current version
Last Version 1.0.0

ch.baurs:groovy-web-console 0.9.0

A web-based Groovy console written as a pure Java Servlet / Filter

Categories

Categories

Groovy Languages
GroupId

GroupId

ch.baurs
ArtifactId

ArtifactId

groovy-web-console
Version

Version

0.9.0
Type

Type

jar

Download groovy-web-console 0.9.0


<!-- https://jarcasting.com/artifacts/ch.baurs/groovy-web-console/ -->
<dependency>
    <groupId>ch.baurs</groupId>
    <artifactId>groovy-web-console</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.baurs/groovy-web-console/
implementation 'ch.baurs:groovy-web-console:0.9.0'
// https://jarcasting.com/artifacts/ch.baurs/groovy-web-console/
implementation ("ch.baurs:groovy-web-console:0.9.0")
'ch.baurs:groovy-web-console:jar:0.9.0'
<dependency org="ch.baurs" name="groovy-web-console" rev="0.9.0">
  <artifact name="groovy-web-console" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.baurs', module='groovy-web-console', version='0.9.0')
)
libraryDependencies += "ch.baurs" % "groovy-web-console" % "0.9.0"
[ch.baurs/groovy-web-console "0.9.0"]