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