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