MVN

com.lasmanis.maven.tiles : templating-maven

Maven & Gradle

Jan 23, 2023
0 stars

Maven Tiles - Templating Plugin · Tile for setting up the templating plugin.

<dependency>
    <groupId>com.lasmanis.maven.tiles</groupId>
    <artifactId>templating-maven</artifactId>
    <version>0.0.156</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lasmanis.maven.tiles : templating-maven to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.156

All Versions

Choose a version of com.lasmanis.maven.tiles : templating-maven to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
templating-maven-0.0.156
templating-maven-0.0.153
templating-maven-0.0.147
templating-maven-0.0.144
templating-maven-0.0.141
templating-maven-0.0.138
templating-maven-0.0.135
templating-maven-0.0.131
templating-maven-0.0.128
templating-maven-0.0.125
templating-maven-0.0.122
templating-maven-0.0.115
templating-maven-0.0.112
templating-maven-0.0.109
templating-maven-0.0.105
templating-maven-0.0.102
templating-maven-0.0.99
templating-maven-0.0.96
templating-maven-0.0.93
templating-maven-0.0.90
templating-maven-0.0.87
templating-maven-0.0.84
templating-maven-0.0.79
templating-maven-0.0.76
templating-maven-0.0.73
templating-maven-0.0.70
templating-maven-0.0.67
templating-maven-0.0.64
templating-maven-0.0.61
templating-maven-0.0.57
templating-maven-0.0.51
templating-maven-0.0.48
templating-maven-0.0.45
templating-maven-0.0.42
templating-maven-0.0.37
templating-maven-0.0.34

How to add a dependency to Maven

Add the following com.lasmanis.maven.tiles : templating-maven maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lasmanis.maven.tiles</groupId>
    <artifactId>templating-maven</artifactId>
    <version>0.0.156</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lasmanis.maven.tiles : templating-maven gradle dependency to your build.gradle file:

implementation 'com.lasmanis.maven.tiles:templating-maven:0.0.156'

Gradle Kotlin DSL: Add the following com.lasmanis.maven.tiles : templating-maven gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lasmanis.maven.tiles:templating-maven:0.0.156")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lasmanis.maven.tiles : templating-maven sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lasmanis.maven.tiles" % "templating-maven" % "0.0.156"