Dependency Information

Apache Maven

<dependency>
  <groupId>com.github.zhanhb</groupId>
  <artifactId>thymeleaf-layout-dialect</artifactId>
  <version>3.2.0</version>
</dependency>

Apache Ivy

<dependency org="com.github.zhanhb" name="thymeleaf-layout-dialect" rev="3.2.0">
  <artifact name="thymeleaf-layout-dialect" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='com.github.zhanhb', module='thymeleaf-layout-dialect', version='3.2.0')
)

Gradle/Grails

compile 'com.github.zhanhb:thymeleaf-layout-dialect:3.2.0'

Scala SBT

libraryDependencies += "com.github.zhanhb" % "thymeleaf-layout-dialect" % "3.2.0"

Leiningen

[com.github.zhanhb/thymeleaf-layout-dialect "3.2.0"]