t

thymeleaf-extras-minify

Files download
File Operation
thymeleaf-extras-minify-3.0.11.0.jar download
thymeleaf-extras-minify-3.0.11.0.pom download
thymeleaf-extras-minify-3.0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spt-oss</groupId>
  <artifactId>thymeleaf-extras-minify</artifactId>
  <version>3.0.11.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.spt-oss:thymeleaf-extras-minify:3.0.11.0'
Gradle Kotlin
implementation("com.github.spt-oss:thymeleaf-extras-minify:3.0.11.0")
Scala SBT
libraryDependencies += "com.github.spt-oss" % "thymeleaf-extras-minify" % "3.0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spt-oss', module='thymeleaf-extras-minify', version='3.0.11.0')
)
Apache Ivy
<dependency org="com.github.spt-oss" name="thymeleaf-extras-minify" rev="3.0.11.0" />
Leiningen
[com.github.spt-oss/thymeleaf-extras-minify "3.0.11.0"]
Apache Buildr
'com.github.spt-oss:thymeleaf-extras-minify:jar:3.0.11.0'