Categories |
CategoriesGrails User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.grails |
ArtifactId | ArtifactIdgrails-web |
Version | Version2.4.4 |
Type | Typejar |
Filename | Size |
---|---|
grails-web-2.4.4.pom | |
grails-web-2.4.4.jar | 42 KB |
grails-web-2.4.4-sources.jar | 29 KB |
grails-web-2.4.4-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-web/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web</artifactId>
<version>2.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-web/
implementation 'org.grails:grails-web:2.4.4'
// https://jarcasting.com/artifacts/org.grails/grails-web/
implementation ("org.grails:grails-web:2.4.4")
'org.grails:grails-web:jar:2.4.4'
<dependency org="org.grails" name="grails-web" rev="2.4.4">
<artifact name="grails-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-web', version='2.4.4')
)
libraryDependencies += "org.grails" % "grails-web" % "2.4.4"
[org.grails/grails-web "2.4.4"]