<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>5.0.0.CR2</version> <type>pom</type> </dependency>
implementation 'io.vertx:vertx-web-parent:5.0.0.CR2'
implementation("io.vertx:vertx-web-parent:5.0.0.CR2")
libraryDependencies += "io.vertx" % "vertx-web-parent" % "5.0.0.CR2"
@Grapes( @Grab(group='io.vertx', module='vertx-web-parent', version='5.0.0.CR2') )
<dependency org="io.vertx" name="vertx-web-parent" rev="5.0.0.CR2" />
[io.vertx/vertx-web-parent "5.0.0.CR2"]
'io.vertx:vertx-web-parent:jar:5.0.0.CR2'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx5-parent</artifactId> <version>9</version> </parent>
compile
|-- io.vertx:vertx-core
|-- io.vertx:vertx-codegen-api
|-- io.vertx:vertx-codegen-json
|-- io.vertx:vertx-docgen-api
test
|-- junit:junit:4.13.2
|-- org.testcontainers:testcontainers:1.17.5