<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>3.5.3</version> <type>pom</type> </dependency>
implementation 'io.vertx:vertx-web-parent:3.5.3'
implementation("io.vertx:vertx-web-parent:3.5.3")
libraryDependencies += "io.vertx" % "vertx-web-parent" % "3.5.3"
@Grapes( @Grab(group='io.vertx', module='vertx-web-parent', version='3.5.3') )
<dependency org="io.vertx" name="vertx-web-parent" rev="3.5.3" />
[io.vertx/vertx-web-parent "3.5.3"]
'io.vertx:vertx-web-parent:jar:3.5.3'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>28</version> </parent>
compile
|-- io.vertx:vertx-core
|-- io.vertx:vertx-lang-groovy
|-- io.vertx:vertx-lang-kotlin
|-- io.vertx:vertx-lang-ruby
|-- io.vertx:vertx-lang-js
|-- io.vertx:vertx-rx-java
|-- io.vertx:vertx-rx-java2
provided
|-- io.vertx:vertx-codegen
|-- io.vertx:vertx-docgen
|-- io.vertx:vertx-codetrans
test
|-- junit:junit:4.12