<dependency> <groupId>com.github.zhanhb</groupId> <artifactId>thymeleaf-layout-dialect</artifactId> <version>3.2.0</version> </dependency>
<dependency org="com.github.zhanhb" name="thymeleaf-layout-dialect" rev="3.2.0"> <artifact name="thymeleaf-layout-dialect" type="jar" /> </dependency>
@Grapes( @Grab(group='com.github.zhanhb', module='thymeleaf-layout-dialect', version='3.2.0') )
compile 'com.github.zhanhb:thymeleaf-layout-dialect:3.2.0'
libraryDependencies += "com.github.zhanhb" % "thymeleaf-layout-dialect" % "3.2.0"
[com.github.zhanhb/thymeleaf-layout-dialect "3.2.0"]