is not current version
Last Version 3.0.1

org.sitemesh:sitemesh 3.0-alpha-1

SiteMesh is a web-page layout and decoration framework and web- application integration framework to aid in creating sites consisting of many pages for which a consistent look/feel, navigation and layout scheme is required.

GroupId

GroupId

org.sitemesh
ArtifactId

ArtifactId

sitemesh
Version

Version

3.0-alpha-1
Type

Type

jar

Download sitemesh 3.0-alpha-1


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