is not current version
Last Version 5.2.1

org.grails.plugins:gsp 5.2.0

GSP (Groovy Server Pages) - A server-side view rendering technology based on Groovy

Categories

Categories

Grails User Interface Web Frameworks
GroupId

GroupId

org.grails.plugins
ArtifactId

ArtifactId

gsp
Version

Version

5.2.0
Type

Type

pom

Download gsp 5.2.0


<!-- https://jarcasting.com/artifacts/org.grails.plugins/gsp/ -->
<dependency>
    <groupId>org.grails.plugins</groupId>
    <artifactId>gsp</artifactId>
    <version>5.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.grails.plugins/gsp/
implementation 'org.grails.plugins:gsp:5.2.0'
// https://jarcasting.com/artifacts/org.grails.plugins/gsp/
implementation ("org.grails.plugins:gsp:5.2.0")
'org.grails.plugins:gsp:pom:5.2.0'
<dependency org="org.grails.plugins" name="gsp" rev="5.2.0">
  <artifact name="gsp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.grails.plugins', module='gsp', version='5.2.0')
)
libraryDependencies += "org.grails.plugins" % "gsp" % "5.2.0"
[org.grails.plugins/gsp "5.2.0"]