License |
License |
---|---|
Categories |
CategoriesLeaf Data Databases |
GroupId | GroupIdch.mfrey.thymeleaf.extras.cache |
ArtifactId | ArtifactIdthymeleaf-cache-dialect |
Version | Version3.0.1 |
Type | Typejar |
Description |
DescriptionThymeleaf Cache Dialect
A dialect for Thymeleaf that allows you to do partial page caching.
Some parts of our webpage will never change during the lifetime of the application or a usersession, but the part should still be dynamic in the beginning.
Working with Thymeleaf 3.0.0+ (3.0.0.RELEASE and its dependencies included)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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>3.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:3.0.1'
// https://jarcasting.com/artifacts/ch.mfrey.thymeleaf.extras.cache/thymeleaf-cache-dialect/
implementation ("ch.mfrey.thymeleaf.extras.cache:thymeleaf-cache-dialect:3.0.1")
'ch.mfrey.thymeleaf.extras.cache:thymeleaf-cache-dialect:jar:3.0.1'
<dependency org="ch.mfrey.thymeleaf.extras.cache" name="thymeleaf-cache-dialect" rev="3.0.1">
<artifact name="thymeleaf-cache-dialect" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.mfrey.thymeleaf.extras.cache', module='thymeleaf-cache-dialect', version='3.0.1')
)
libraryDependencies += "ch.mfrey.thymeleaf.extras.cache" % "thymeleaf-cache-dialect" % "3.0.1"
[ch.mfrey.thymeleaf.extras.cache/thymeleaf-cache-dialect "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.thymeleaf : thymeleaf | jar | 3.0.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
ch.qos.logback : logback-classic | jar | 1.1.7 |