is not current version
Last Version 19

io.vertx:vertx-parent 5


GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-parent
Version

Version

5
Type

Type

jar

Download vertx-parent 5


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