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