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