MVN

org.sitemesh : sitemesh-examples-hellowebapp

Maven & Gradle

Aug 19, 2023
477 stars

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

Latest Version

Choose a version of org.sitemesh : sitemesh-examples-hellowebapp to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0-M1
  • Latest Alpha: 3.0-alpha-2

All Versions

Choose a version of org.sitemesh : sitemesh-examples-hellowebapp to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
sitemesh-examples-hellowebapp-3.2.0-M1
3.1.x
sitemesh-examples-hellowebapp-3.1.0-M1
3.0.x
sitemesh-examples-hellowebapp-3.0.1
sitemesh-examples-hellowebapp-3.0.0
3.0
sitemesh-examples-hellowebapp-3.0-alpha-2
sitemesh-examples-hellowebapp-3.0-alpha-1

How to add a dependency to Maven

Add the following org.sitemesh : sitemesh-examples-hellowebapp maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sitemesh : sitemesh-examples-hellowebapp gradle dependency to your build.gradle file:

implementation 'org.sitemesh:sitemesh-examples-hellowebapp:3.2.0-M1'

Gradle Kotlin DSL: Add the following org.sitemesh : sitemesh-examples-hellowebapp gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sitemesh:sitemesh-examples-hellowebapp:3.2.0-M1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sitemesh : sitemesh-examples-hellowebapp sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sitemesh" % "sitemesh-examples-hellowebapp" % "3.2.0-M1"

Advertisement