v

vertx-core

vert.x - Effortless asynchronous application development for the modern web and enterprise
http://vertx.io
The Apache Software License, Version 2.0
Tim Fox Pid
文件下载
文件名 操作
vertx-core-2.1.1.jar 下载
vertx-core-2.1.1.pom 下载
vertx-core-2.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-core</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-core:2.1.1'
Gradle Kotlin
implementation("io.vertx:vertx-core:2.1.1")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-core" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-core', version='2.1.1')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-core" rev="2.1.1" />
Leiningen
[io.vertx/vertx-core "2.1.1"]
Apache Buildr
'io.vertx:vertx-core:jar:2.1.1'