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.
https://github.com/sitemesh/sitemesh2
The Apache Software License, Version 1.1
OpenSymphony
Joe Walnes Scott Murphy
Files download
File Operation
sitemesh-2.4.4.jar download
sitemesh-2.4.4.pom download
sitemesh-2.4.4-sources.jar download
Apache Maven
<dependency>
  <groupId>opensymphony</groupId>
  <artifactId>sitemesh</artifactId>
  <version>2.4.4</version>
</dependency>
Gradle Groovy
implementation 'opensymphony:sitemesh:2.4.4'
Gradle Kotlin
implementation("opensymphony:sitemesh:2.4.4")
Scala SBT
libraryDependencies += "opensymphony" % "sitemesh" % "2.4.4"
Groovy Grape
@Grapes(
  @Grab(group='opensymphony', module='sitemesh', version='2.4.4')
)
Apache Ivy
<dependency org="opensymphony" name="sitemesh" rev="2.4.4" />
Leiningen
[opensymphony/sitemesh "2.4.4"]
Apache Buildr
'opensymphony:sitemesh:jar:2.4.4'
Dependencies
The project has no third-party dependencies