is not current version
Last Version 19

io.vertx:vertx-parent 1


GroupId

GroupId

io.vertx
ArtifactId

ArtifactId

vertx-parent
Version

Version

1
Type

Type

jar

Download vertx-parent 1


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