<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-js-parent</artifactId> <version>3.8.2</version> <type>pom</type> </dependency>
implementation 'io.vertx:vertx-lang-js-parent:3.8.2'
implementation("io.vertx:vertx-lang-js-parent:3.8.2")
libraryDependencies += "io.vertx" % "vertx-lang-js-parent" % "3.8.2"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-js-parent', version='3.8.2') )
<dependency org="io.vertx" name="vertx-lang-js-parent" rev="3.8.2" />
[io.vertx/vertx-lang-js-parent "3.8.2"]
'io.vertx:vertx-lang-js-parent:jar:3.8.2'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>14</version> </parent>