g

grails-web-mvc

Grails Web Application Framework
http://grails.org/
The Apache Software License, Version 2.0
Graeme Rocher Jeff Brown Lari Hotari
Files download
File Operation
grails-web-mvc-4.1.0.M4.jar download
grails-web-mvc-4.1.0.M4.pom download
grails-web-mvc-4.1.0.M4-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails</groupId>
  <artifactId>grails-web-mvc</artifactId>
  <version>4.1.0.M4</version>
</dependency>
Gradle Groovy
implementation 'org.grails:grails-web-mvc:4.1.0.M4'
Gradle Kotlin
implementation("org.grails:grails-web-mvc:4.1.0.M4")
Scala SBT
libraryDependencies += "org.grails" % "grails-web-mvc" % "4.1.0.M4"
Groovy Grape
@Grapes(
  @Grab(group='org.grails', module='grails-web-mvc', version='4.1.0.M4')
)
Apache Ivy
<dependency org="org.grails" name="grails-web-mvc" rev="4.1.0.M4" />
Leiningen
[org.grails/grails-web-mvc "4.1.0.M4"]
Apache Buildr
'org.grails:grails-web-mvc:jar:4.1.0.M4'