MVN

com.github.resource4j : resource4j-thymeleaf21

Maven & Gradle

Jul 18, 2018
1 usages
15 stars

Resource4J Thymeleaf 2.1 Integration · Integration of Resource4J with Thymeleaf 2.1

<dependency>
    <groupId>com.github.resource4j</groupId>
    <artifactId>resource4j-thymeleaf21</artifactId>
    <version>3.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.resource4j : resource4j-thymeleaf21 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.4

All Versions

Choose a version of com.github.resource4j : resource4j-thymeleaf21 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
resource4j-thymeleaf21-3.1.4
resource4j-thymeleaf21-3.1.3
resource4j-thymeleaf21-3.1.2
resource4j-thymeleaf21-3.1.1
resource4j-thymeleaf21-3.1.0
3.0.x
resource4j-thymeleaf21-3.0.0

How to add a dependency to Maven

Add the following com.github.resource4j : resource4j-thymeleaf21 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.resource4j</groupId>
    <artifactId>resource4j-thymeleaf21</artifactId>
    <version>3.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.resource4j : resource4j-thymeleaf21 gradle dependency to your build.gradle file:

implementation 'com.github.resource4j:resource4j-thymeleaf21:3.1.4'

Gradle Kotlin DSL: Add the following com.github.resource4j : resource4j-thymeleaf21 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.resource4j:resource4j-thymeleaf21:3.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.resource4j : resource4j-thymeleaf21 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.resource4j" % "resource4j-thymeleaf21" % "3.1.4"