v

vertx-platform

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