| Categories |
CategoriesGrails User Interface Web Frameworks Jakarta Server Pages Jakarta EE The Web Tier |
|---|---|
| GroupId | GroupIdorg.grails |
| ArtifactId | ArtifactIdgrails-web-jsp |
| Version | Version2.5.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| grails-web-jsp-2.5.3.pom | |
| grails-web-jsp-2.5.3.jar | 138 KB |
| grails-web-jsp-2.5.3-sources.jar | 85 KB |
| grails-web-jsp-2.5.3-javadoc.jar | 118 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.grails/grails-web-jsp/ -->
<dependency>
<groupId>org.grails</groupId>
<artifactId>grails-web-jsp</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-web-jsp/
implementation 'org.grails:grails-web-jsp:2.5.3'
// https://jarcasting.com/artifacts/org.grails/grails-web-jsp/
implementation ("org.grails:grails-web-jsp:2.5.3")
'org.grails:grails-web-jsp:jar:2.5.3'
<dependency org="org.grails" name="grails-web-jsp" rev="2.5.3">
<artifact name="grails-web-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-web-jsp', version='2.5.3')
)
libraryDependencies += "org.grails" % "grails-web-jsp" % "2.5.3"
[org.grails/grails-web-jsp "2.5.3"]