is not current version
Last Version 3.0.1

ch.mfrey.thymeleaf.extras.with:thymeleaf-with-dialect 2.0.0

A dialect for Thymeleaf that allows you to use attributes with a "with" prefix to avoid having long "th:with"-expressions. Working with Thymeleaf 2.1.0+ (2.1.0.RELEASE and its dependencies included)

Categories

Categories

Leaf Data Databases
GroupId

GroupId

ch.mfrey.thymeleaf.extras.with
ArtifactId

ArtifactId

thymeleaf-with-dialect
Version

Version

2.0.0
Type

Type

jar

Download thymeleaf-with-dialect 2.0.0


<!-- https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.with/thymeleaf-with-dialect/ -->
<dependency>
    <groupId>ch.mfrey.thymeleaf.extras.with</groupId>
    <artifactId>thymeleaf-with-dialect</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.with/thymeleaf-with-dialect/
implementation 'ch.mfrey.thymeleaf.extras.with:thymeleaf-with-dialect:2.0.0'
// https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.with/thymeleaf-with-dialect/
implementation ("ch.mfrey.thymeleaf.extras.with:thymeleaf-with-dialect:2.0.0")
'ch.mfrey.thymeleaf.extras.with:thymeleaf-with-dialect:jar:2.0.0'
<dependency org="ch.mfrey.thymeleaf.extras.with" name="thymeleaf-with-dialect" rev="2.0.0">
  <artifact name="thymeleaf-with-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.mfrey.thymeleaf.extras.with', module='thymeleaf-with-dialect', version='2.0.0')
)
libraryDependencies += "ch.mfrey.thymeleaf.extras.with" % "thymeleaf-with-dialect" % "2.0.0"
[ch.mfrey.thymeleaf.extras.with/thymeleaf-with-dialect "2.0.0"]