MVN

org.sitemesh : spring-boot-starter-sitemesh

Maven & Gradle

Aug 19, 2023
477 stars

spring-boot-starter-sitemesh · 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.

<dependency>
    <groupId>org.sitemesh</groupId>
    <artifactId>spring-boot-starter-sitemesh</artifactId>
    <version>3.2.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sitemesh : spring-boot-starter-sitemesh to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0-M1

All Versions

Choose a version of org.sitemesh : spring-boot-starter-sitemesh to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
spring-boot-starter-sitemesh-3.2.0-M1
3.1.x
spring-boot-starter-sitemesh-3.1.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.sitemesh</groupId>
    <artifactId>spring-boot-starter-sitemesh</artifactId>
    <version>3.2.0-M1</version>
</dependency>

Advertisement