<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>3.8.3-01</version> <type>pom</type> </dependency>
implementation 'io.vertx:vertx-web-parent:3.8.3-01'
implementation("io.vertx:vertx-web-parent:3.8.3-01")
libraryDependencies += "io.vertx" % "vertx-web-parent" % "3.8.3-01"
@Grapes( @Grab(group='io.vertx', module='vertx-web-parent', version='3.8.3-01') )
<dependency org="io.vertx" name="vertx-web-parent" rev="3.8.3-01" />
[io.vertx/vertx-web-parent "3.8.3-01"]
'io.vertx:vertx-web-parent:jar:3.8.3-01'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>34</version> </parent>
compile
|-- io.vertx:vertx-core
provided
|-- io.vertx:vertx-codegen
|-- io.vertx:vertx-docgen
test
|-- junit:junit:4.12