MVN

org.sitemesh : grails-plugin-sitemesh3

Maven & Gradle

Feb 13, 2024
477 stars

SiteMesh 3 Grails Plugin · 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>grails-plugin-sitemesh3</artifactId>
    <version>6.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sitemesh : grails-plugin-sitemesh3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.2

All Versions

Choose a version of org.sitemesh : grails-plugin-sitemesh3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
grails-plugin-sitemesh3-6.1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sitemesh</groupId>
    <artifactId>grails-plugin-sitemesh3</artifactId>
    <version>6.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sitemesh : grails-plugin-sitemesh3 gradle dependency to your build.gradle file:

implementation 'org.sitemesh:grails-plugin-sitemesh3:6.1.2'

Gradle Kotlin DSL: Add the following org.sitemesh : grails-plugin-sitemesh3 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sitemesh:grails-plugin-sitemesh3:6.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sitemesh : grails-plugin-sitemesh3 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sitemesh" % "grails-plugin-sitemesh3" % "6.1.2"