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