is not current version
Last Version 19

io.vertx:vertx-parent 15


GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-parent
Version

Version

15
Type

Type

jar

Download vertx-parent 15


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