is not current version
Last Version 5.2.1

org.grails.plugins:gsp 5.0.0.RC2

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.0.0.RC2
Type

Type

pom

Download gsp 5.0.0.RC2


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