is not current version
Last Version 2.4.2

opensymphony:sitemesh 2.4

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.

GroupId

GroupId

opensymphony
ArtifactId

ArtifactId

sitemesh
Version

Version

2.4
Type

Type

jar

Download sitemesh 2.4


<!-- https://jarcasting.com/artifacts/opensymphony/sitemesh/ -->
<dependency>
    <groupId>opensymphony</groupId>
    <artifactId>sitemesh</artifactId>
    <version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/opensymphony/sitemesh/
implementation 'opensymphony:sitemesh:2.4'
// https://jarcasting.com/artifacts/opensymphony/sitemesh/
implementation ("opensymphony:sitemesh:2.4")
'opensymphony:sitemesh:jar:2.4'
<dependency org="opensymphony" name="sitemesh" rev="2.4">
  <artifact name="sitemesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='opensymphony', module='sitemesh', version='2.4')
)
libraryDependencies += "opensymphony" % "sitemesh" % "2.4"
[opensymphony/sitemesh "2.4"]