License |
License
The Apache Software License, Version 1.1
|
---|---|
GroupId | GroupIdopensymphony |
ArtifactId | ArtifactIdsitemesh |
Last Version | Last Version2.4.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSitemesh
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.
|
Project Organization |
Project OrganizationOpensymphony |
Filename | Size |
---|---|
sitemesh-2.4.2.pom | |
sitemesh-2.4.2.jar | 177 KB |
Browse |
<!-- https://jarcasting.com/artifacts/opensymphony/sitemesh/ -->
<dependency>
<groupId>opensymphony</groupId>
<artifactId>sitemesh</artifactId>
<version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/opensymphony/sitemesh/
implementation 'opensymphony:sitemesh:2.4.2'
// https://jarcasting.com/artifacts/opensymphony/sitemesh/
implementation ("opensymphony:sitemesh:2.4.2")
'opensymphony:sitemesh:jar:2.4.2'
<dependency org="opensymphony" name="sitemesh" rev="2.4.2">
<artifact name="sitemesh" type="jar" />
</dependency>
@Grapes(
@Grab(group='opensymphony', module='sitemesh', version='2.4.2')
)
libraryDependencies += "opensymphony" % "sitemesh" % "2.4.2"
[opensymphony/sitemesh "2.4.2"]