MVN

it.session.maven.plugins : tiles-maven-plugin

Maven & Gradle

Oct 02, 2012

Maven Tiles Plugin

<dependency>
    <groupId>it.session.maven.plugins</groupId>
    <artifactId>tiles-maven-plugin</artifactId>
    <version>0.8-beta-6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.session.maven.plugins : tiles-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8-beta-6
  • Latest Beta: 0.8-beta-6

All Versions

Choose a version of it.session.maven.plugins : tiles-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8
tiles-maven-plugin-0.8-beta-6
tiles-maven-plugin-0.8-beta-5
tiles-maven-plugin-0.8-beta-3

How to add a dependency to Maven

Add the following it.session.maven.plugins : tiles-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.session.maven.plugins</groupId>
    <artifactId>tiles-maven-plugin</artifactId>
    <version>0.8-beta-6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.session.maven.plugins : tiles-maven-plugin gradle dependency to your build.gradle file:

implementation 'it.session.maven.plugins:tiles-maven-plugin:0.8-beta-6'

Gradle Kotlin DSL: Add the following it.session.maven.plugins : tiles-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("it.session.maven.plugins:tiles-maven-plugin:0.8-beta-6")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.session.maven.plugins : tiles-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "it.session.maven.plugins" % "tiles-maven-plugin" % "0.8-beta-6"