g

gsp

GSP (Groovy Server Pages) - A server-side view rendering technology based on Groovy
https://github.com/grails/grails-gsp
The Apache Software License, Version 2.0
Graeme Rocher
Files download
File Operation
gsp-5.0.0.RC2.pom download
gsp-5.0.0.RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>gsp</artifactId>
  <version>5.0.0.RC2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:gsp:5.0.0.RC2'
Gradle Kotlin
implementation("org.grails.plugins:gsp:5.0.0.RC2")
Scala SBT
libraryDependencies += "org.grails.plugins" % "gsp" % "5.0.0.RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='gsp', version='5.0.0.RC2')
)
Apache Ivy
<dependency org="org.grails.plugins" name="gsp" rev="5.0.0.RC2" />
Leiningen
[org.grails.plugins/gsp "5.0.0.RC2"]
Apache Buildr
'org.grails.plugins:gsp:jar:5.0.0.RC2'