is not current version
Last Version 2.4.2

opensymphony:sitemesh 2.3

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.3
Type

Type

jar

Download sitemesh 2.3


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