g

grails-web-console

A web-based Groovy console for interactive runtime application management and debugging
https://github.com/grails-plugins/grails-web-console
The Apache Software License, Version 2.0
Siegfried Puchbauer Mingfai Ma Burt Beckwith Matt Sheehan Mike Hugo Kamil Dybicz vsachinv
文件下载
文件名 操作
grails-web-console-7.0.0-M2.jar 下载
grails-web-console-7.0.0-M2.pom 下载
grails-web-console-7.0.0-M2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>grails-web-console</artifactId>
  <version>7.0.0-M2</version>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:grails-web-console:7.0.0-M2'
Gradle Kotlin
implementation("org.grails.plugins:grails-web-console:7.0.0-M2")
Scala SBT
libraryDependencies += "org.grails.plugins" % "grails-web-console" % "7.0.0-M2"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='grails-web-console', version='7.0.0-M2')
)
Apache Ivy
<dependency org="org.grails.plugins" name="grails-web-console" rev="7.0.0-M2" />
Leiningen
[org.grails.plugins/grails-web-console "7.0.0-M2"]
Apache Buildr
'org.grails.plugins:grails-web-console:jar:7.0.0-M2'