MVN

org.lastaflute.html : lasta-thymeleaf

Maven & Gradle

May 18, 2020
0 stars

Lasta Thymeleaf · Thymeleaf adapter for LastaFlute

<dependency>
    <groupId>org.lastaflute.html</groupId>
    <artifactId>lasta-thymeleaf</artifactId>
    <version>0.4.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.lastaflute.html : lasta-thymeleaf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.2
  • Latest Release Candidate: 0.4.0-RC5

All Versions

Choose a version of org.lastaflute.html : lasta-thymeleaf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
lasta-thymeleaf-0.4.2
lasta-thymeleaf-0.4.1
lasta-thymeleaf-0.4.0
lasta-thymeleaf-0.4.0-RC5
lasta-thymeleaf-0.4.0-RC3
lasta-thymeleaf-0.4.0-RC2
lasta-thymeleaf-0.4.0-RC1
0.3.x
lasta-thymeleaf-0.3.2
lasta-thymeleaf-0.3.1
lasta-thymeleaf-0.3.1-RC1
lasta-thymeleaf-0.3.0
lasta-thymeleaf-0.3.0-RC2
lasta-thymeleaf-0.3.0-RC1
0.2.x
lasta-thymeleaf-0.2.9
lasta-thymeleaf-0.2.9-RC1
lasta-thymeleaf-0.2.8
lasta-thymeleaf-0.2.8-RC3
lasta-thymeleaf-0.2.8-RC2
lasta-thymeleaf-0.2.7
lasta-thymeleaf-0.2.6
lasta-thymeleaf-0.2.5
lasta-thymeleaf-0.2.5-RC2
lasta-thymeleaf-0.2.4
lasta-thymeleaf-0.2.3
lasta-thymeleaf-0.2.2
lasta-thymeleaf-0.2.2-RC1
lasta-thymeleaf-0.2.1
lasta-thymeleaf-0.2.1-RC2
lasta-thymeleaf-0.2.1-RC1
lasta-thymeleaf-0.2.0
lasta-thymeleaf-0.2.0-RC1

How to add a dependency to Maven

Add the following org.lastaflute.html : lasta-thymeleaf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.lastaflute.html</groupId>
    <artifactId>lasta-thymeleaf</artifactId>
    <version>0.4.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.lastaflute.html : lasta-thymeleaf gradle dependency to your build.gradle file:

implementation 'org.lastaflute.html:lasta-thymeleaf:0.4.2'

Gradle Kotlin DSL: Add the following org.lastaflute.html : lasta-thymeleaf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.lastaflute.html:lasta-thymeleaf:0.4.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.lastaflute.html : lasta-thymeleaf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.lastaflute.html" % "lasta-thymeleaf" % "0.4.2"

Advertisement