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
Files download
File Operation
vertx-core-2.1.5.jar download
vertx-core-2.1.5.pom download
vertx-core-2.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.vertx</groupId>
  <artifactId>vertx-core</artifactId>
  <version>2.1.5</version>
</dependency>
Gradle Groovy
implementation 'io.vertx:vertx-core:2.1.5'
Gradle Kotlin
implementation("io.vertx:vertx-core:2.1.5")
Scala SBT
libraryDependencies += "io.vertx" % "vertx-core" % "2.1.5"
Groovy Grape
@Grapes(
  @Grab(group='io.vertx', module='vertx-core', version='2.1.5')
)
Apache Ivy
<dependency org="io.vertx" name="vertx-core" rev="2.1.5" />
Leiningen
[io.vertx/vertx-core "2.1.5"]
Apache Buildr
'io.vertx:vertx-core:jar:2.1.5'