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