v

vertx-web-templ-thymeleaf

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