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