Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-kotlin-gen |
Version | Version4.0.0-milestone4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-gen/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-gen</artifactId>
<version>4.0.0-milestone4</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-gen/
implementation 'io.vertx:vertx-lang-kotlin-gen:4.0.0-milestone4'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-gen/
implementation ("io.vertx:vertx-lang-kotlin-gen:4.0.0-milestone4")
'io.vertx:vertx-lang-kotlin-gen:jar:4.0.0-milestone4'
<dependency org="io.vertx" name="vertx-lang-kotlin-gen" rev="4.0.0-milestone4">
<artifact name="vertx-lang-kotlin-gen" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-kotlin-gen', version='4.0.0-milestone4')
)
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-gen" % "4.0.0-milestone4"
[io.vertx/vertx-lang-kotlin-gen "4.0.0-milestone4"]