is not current version
Last Version 2.1.6

io.vertx:vertx-platform 2.1.5

vert.x - Effortless asynchronous application development for the modern web and enterprise

Categories

Categories

ORM Data
GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-platform
Version

Version

2.1.5
Type

Type

jar

Download vertx-platform 2.1.5


<!-- https://jarcasting.com/artifacts/io.vertx/vertx-platform/ -->
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-platform</artifactId>
    <version>2.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-platform/
implementation 'io.vertx:vertx-platform:2.1.5'
// https://jarcasting.com/artifacts/io.vertx/vertx-platform/
implementation ("io.vertx:vertx-platform:2.1.5")
'io.vertx:vertx-platform:jar:2.1.5'
<dependency org="io.vertx" name="vertx-platform" rev="2.1.5">
  <artifact name="vertx-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-platform', version='2.1.5')
)
libraryDependencies += "io.vertx" % "vertx-platform" % "2.1.5"
[io.vertx/vertx-platform "2.1.5"]