<dependency> <groupId>io.vertx</groupId> <artifactId>vertx-lang-kotlin-parent</artifactId> <version>3.5.4</version> <type>pom</type> </dependency>
implementation 'io.vertx:vertx-lang-kotlin-parent:3.5.4'
implementation("io.vertx:vertx-lang-kotlin-parent:3.5.4")
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-parent" % "3.5.4"
@Grapes( @Grab(group='io.vertx', module='vertx-lang-kotlin-parent', version='3.5.4') )
<dependency org="io.vertx" name="vertx-lang-kotlin-parent" rev="3.5.4" />
[io.vertx/vertx-lang-kotlin-parent "3.5.4"]
'io.vertx:vertx-lang-kotlin-parent:jar:3.5.4'
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-parent</artifactId> <version>12</version> </parent>
compile
|-- org.jetbrains.kotlin:kotlin-stdlib-jre8:1.2.20
|-- io.vertx:vertx-core
test
|-- org.jetbrains.kotlin:kotlin-test-junit:1.2.20
|-- junit:junit:4.12