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