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