| License |
License |
|---|---|
| Categories |
CategoriesGrails User Interface Web Frameworks Jakarta Server Pages Jakarta EE The Web Tier |
| GroupId | GroupIdorg.grails |
| ArtifactId | ArtifactIdgrails-web-jsp |
| Last Version | Last Version5.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGroovy Server Pages (GSP)
GSP (Groovy Server Pages) - A server-side view rendering technology based on Groovy
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| grails-web-jsp-5.2.1.pom | |
| grails-web-jsp-5.2.1.jar | 156 KB |
| grails-web-jsp-5.2.1-sources.jar | 85 KB |
| grails-web-jsp-5.2.1-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>5.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.grails/grails-web-jsp/
implementation 'org.grails:grails-web-jsp:5.2.1'
// https://jarcasting.com/artifacts/org.grails/grails-web-jsp/
implementation ("org.grails:grails-web-jsp:5.2.1")
'org.grails:grails-web-jsp:jar:5.2.1'
<dependency org="org.grails" name="grails-web-jsp" rev="5.2.1">
<artifact name="grails-web-jsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.grails', module='grails-web-jsp', version='5.2.1')
)
libraryDependencies += "org.grails" % "grails-web-jsp" % "5.2.1"
[org.grails/grails-web-jsp "5.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.groovy : groovy | jar | 3.0.11 |
| org.slf4j : slf4j-api | jar | 1.7.32 |
| org.grails : grails-web-common | jar | 5.1.8 |
| org.grails : grails-web-gsp | jar | 5.2.1 |