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