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