MVN

nz.net.osnz.common : common-thymeleaf

Maven & Gradle

Nov 23, 2017

common-thymeleaf · common-thymeleaf

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>common-thymeleaf</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.net.osnz.common : common-thymeleaf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of nz.net.osnz.common : common-thymeleaf to add to Maven or Gradle - All Versions:

  • Version Updated
  • common-thymeleaf-2.1

    Nov 23, 2017
  • common-thymeleaf-1.1

    Sep 04, 2017

How to add a dependency to Maven

Add the following nz.net.osnz.common : common-thymeleaf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.net.osnz.common</groupId>
    <artifactId>common-thymeleaf</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.net.osnz.common : common-thymeleaf gradle dependency to your build.gradle file:

implementation 'nz.net.osnz.common:common-thymeleaf:2.1'

Gradle Kotlin DSL: Add the following nz.net.osnz.common : common-thymeleaf gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.net.osnz.common:common-thymeleaf:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.net.osnz.common : common-thymeleaf sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.net.osnz.common" % "common-thymeleaf" % "2.1"