is not current version
Last Version 4.3.1

io.vertx:vertx-core 2.1.3

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

GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-core
Version

Version

2.1.3
Type

Type

jar

Download vertx-core 2.1.3


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