Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdch.mfrey.thymeleaf.extras.cache |
ArtifactId | ArtifactIdthymeleaf-cache-dialect |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.cache/thymeleaf-cache-dialect/ -->
<dependency>
<groupId>ch.mfrey.thymeleaf.extras.cache</groupId>
<artifactId>thymeleaf-cache-dialect</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.cache/thymeleaf-cache-dialect/
implementation 'ch.mfrey.thymeleaf.extras.cache:thymeleaf-cache-dialect:1.0.1'
// https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.cache/thymeleaf-cache-dialect/
implementation ("ch.mfrey.thymeleaf.extras.cache:thymeleaf-cache-dialect:1.0.1")
'ch.mfrey.thymeleaf.extras.cache:thymeleaf-cache-dialect:jar:1.0.1'
<dependency org="ch.mfrey.thymeleaf.extras.cache" name="thymeleaf-cache-dialect" rev="1.0.1">
<artifact name="thymeleaf-cache-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.mfrey.thymeleaf.extras.cache', module='thymeleaf-cache-dialect', version='1.0.1')
)
libraryDependencies += "ch.mfrey.thymeleaf.extras.cache" % "thymeleaf-cache-dialect" % "1.0.1"
[ch.mfrey.thymeleaf.extras.cache/thymeleaf-cache-dialect "1.0.1"]