s

sitemesh

SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in creating large sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required.
http://www.opensymphony.com/sitemesh
The Apache Software License, Version 1.1
Opensymphony
Files download
File Operation
sitemesh-2.4.2.jar download
sitemesh-2.4.2.pom download
Apache Maven
<dependency>
  <groupId>opensymphony</groupId>
  <artifactId>sitemesh</artifactId>
  <version>2.4.2</version>
</dependency>
Gradle Groovy
implementation 'opensymphony:sitemesh:2.4.2'
Gradle Kotlin
implementation("opensymphony:sitemesh:2.4.2")
Scala SBT
libraryDependencies += "opensymphony" % "sitemesh" % "2.4.2"
Groovy Grape
@Grapes(
  @Grab(group='opensymphony', module='sitemesh', version='2.4.2')
)
Apache Ivy
<dependency org="opensymphony" name="sitemesh" rev="2.4.2" />
Leiningen
[opensymphony/sitemesh "2.4.2"]
Apache Buildr
'opensymphony:sitemesh:jar:2.4.2'
Dependencies
The project has no third-party dependencies