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.1.1.jar download
esi-include-thymeleaf3-dialect-0.1.1.pom download
esi-include-thymeleaf3-dialect-0.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.otto</groupId>
  <artifactId>esi-include-thymeleaf3-dialect</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'de.otto:esi-include-thymeleaf3-dialect:0.1.1'
Gradle Kotlin
implementation("de.otto:esi-include-thymeleaf3-dialect:0.1.1")
Scala SBT
libraryDependencies += "de.otto" % "esi-include-thymeleaf3-dialect" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='de.otto', module='esi-include-thymeleaf3-dialect', version='0.1.1')
)
Apache Ivy
<dependency org="de.otto" name="esi-include-thymeleaf3-dialect" rev="0.1.1" />
Leiningen
[de.otto/esi-include-thymeleaf3-dialect "0.1.1"]
Apache Buildr
'de.otto:esi-include-thymeleaf3-dialect:jar:0.1.1'