MVN

hu.inbuss : thymeleaf-mvc

Maven & Gradle

Oct 05, 2016
1 stars

Thymeleaf MVC (JSR371) Integration · An extension providing Thymeleaf as a view engine in MVC 1.0 (JSR371) environments.

<dependency>
    <groupId>hu.inbuss</groupId>
    <artifactId>thymeleaf-mvc</artifactId>
    <version>0.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of hu.inbuss : thymeleaf-mvc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.9

All Versions

Choose a version of hu.inbuss : thymeleaf-mvc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
thymeleaf-mvc-0.0.9
thymeleaf-mvc-0.0.1

How to add a dependency to Maven

Add the following hu.inbuss : thymeleaf-mvc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>hu.inbuss</groupId>
    <artifactId>thymeleaf-mvc</artifactId>
    <version>0.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following hu.inbuss : thymeleaf-mvc gradle dependency to your build.gradle file:

implementation 'hu.inbuss:thymeleaf-mvc:0.0.9'

Gradle Kotlin DSL: Add the following hu.inbuss : thymeleaf-mvc gradle kotlin dependency to your build.gradle.kts file:

implementation("hu.inbuss:thymeleaf-mvc:0.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following hu.inbuss : thymeleaf-mvc sbt scala dependency to your build.sbt file:

libraryDependencies += "hu.inbuss" % "thymeleaf-mvc" % "0.0.9"