s

sitemesh2

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