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-4.0.3.jar download
gsp-4.0.3.pom download
gsp-4.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.grails.plugins</groupId>
  <artifactId>gsp</artifactId>
  <version>4.0.3</version>
</dependency>
Gradle Groovy
implementation 'org.grails.plugins:gsp:4.0.3'
Gradle Kotlin
implementation("org.grails.plugins:gsp:4.0.3")
Scala SBT
libraryDependencies += "org.grails.plugins" % "gsp" % "4.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.grails.plugins', module='gsp', version='4.0.3')
)
Apache Ivy
<dependency org="org.grails.plugins" name="gsp" rev="4.0.3" />
Leiningen
[org.grails.plugins/gsp "4.0.3"]
Apache Buildr
'org.grails.plugins:gsp:jar:4.0.3'