MVN

org.sitemesh : sitemesh-examples-springboot

Maven & Gradle

Aug 19, 2023
477 stars

sitemesh-examples-springboot · 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>sitemesh-examples-springboot</artifactId>
    <version>3.2.0-M1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sitemesh : sitemesh-examples-springboot to add to Maven - Latest Versions:

  • Latest Stable: 3.2.0-M1

All Versions

Choose a version of org.sitemesh : sitemesh-examples-springboot to add to Maven - All Versions:

Version Vulnerabilities Updated
3.2.x
sitemesh-examples-springboot-3.2.0-M1
3.1.x
sitemesh-examples-springboot-3.1.0-M1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.sitemesh</groupId>
    <artifactId>sitemesh-examples-springboot</artifactId>
    <version>3.2.0-M1</version>
</dependency>

Advertisement