Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-kotlin-compiler |
Version | Version3.5.3 |
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.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-compiler/
implementation 'io.vertx:vertx-lang-kotlin-compiler:3.5.3'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-compiler/
implementation ("io.vertx:vertx-lang-kotlin-compiler:3.5.3")
'io.vertx:vertx-lang-kotlin-compiler:jar:3.5.3'
<dependency org="io.vertx" name="vertx-lang-kotlin-compiler" rev="3.5.3">
<artifact name="vertx-lang-kotlin-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-kotlin-compiler', version='3.5.3')
)
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-compiler" % "3.5.3"
[io.vertx/vertx-lang-kotlin-compiler "3.5.3"]