e

esi-include-thymeleaf3-dialect

This library provides a thymeleaf3 dialect that resolves esi:include tags.
http://github.com/otto-de/esi-include-thymeleaf3-dialect
The Apache Software License, Version 2.0
Frank Bregulla Guido Steinacker
Files download
File Operation
esi-include-thymeleaf3-dialect-0.2.3.jar download
esi-include-thymeleaf3-dialect-0.2.3.pom download
esi-include-thymeleaf3-dialect-0.2.3-sources.jar download
Apache Maven
<dependency>
  <groupId>de.otto</groupId>
  <artifactId>esi-include-thymeleaf3-dialect</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'de.otto:esi-include-thymeleaf3-dialect:0.2.3'
Gradle Kotlin
implementation("de.otto:esi-include-thymeleaf3-dialect:0.2.3")
Scala SBT
libraryDependencies += "de.otto" % "esi-include-thymeleaf3-dialect" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='de.otto', module='esi-include-thymeleaf3-dialect', version='0.2.3')
)
Apache Ivy
<dependency org="de.otto" name="esi-include-thymeleaf3-dialect" rev="0.2.3" />
Leiningen
[de.otto/esi-include-thymeleaf3-dialect "0.2.3"]
Apache Buildr
'de.otto:esi-include-thymeleaf3-dialect:jar:0.2.3'