Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdch.mfrey.thymeleaf.extras.with |
ArtifactId | ArtifactIdthymeleaf-with-dialect |
Version | Version3.0.0 |
Type | Typejar |
<!-- 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>3.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:3.0.0'
// https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.with/thymeleaf-with-dialect/
implementation ("ch.mfrey.thymeleaf.extras.with:thymeleaf-with-dialect:3.0.0")
'ch.mfrey.thymeleaf.extras.with:thymeleaf-with-dialect:jar:3.0.0'
<dependency org="ch.mfrey.thymeleaf.extras.with" name="thymeleaf-with-dialect" rev="3.0.0">
<artifact name="thymeleaf-with-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.mfrey.thymeleaf.extras.with', module='thymeleaf-with-dialect', version='3.0.0')
)
libraryDependencies += "ch.mfrey.thymeleaf.extras.with" % "thymeleaf-with-dialect" % "3.0.0"
[ch.mfrey.thymeleaf.extras.with/thymeleaf-with-dialect "3.0.0"]