v

vertx-web-templ-thymeleaf

文件下载
文件名 操作
vertx-web-templ-thymeleaf-3.8.4.jar 下载
vertx-web-templ-thymeleaf-3.8.4.pom 下载
vertx-web-templ-thymeleaf-3.8.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-web-templ-thymeleaf</artifactId>
  <version>3.8.4</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-web-templ-thymeleaf:3.8.4'
Gradle Kotlin
implementation("io.vertx:vertx-web-templ-thymeleaf:3.8.4")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-web-templ-thymeleaf" % "3.8.4"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-web-templ-thymeleaf', version='3.8.4')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-web-templ-thymeleaf" rev="3.8.4" />
Leiningen
[io.vertx/vertx-web-templ-thymeleaf "3.8.4"]
Apache Buildr
'io.vertx:vertx-web-templ-thymeleaf:jar:3.8.4'