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