Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdio.vertx |
ArtifactId | ArtifactIdvertx-lang-kotlin-parent |
Version | Version3.9.9 |
Type | Typejar |
Filename | Size |
---|---|
vertx-lang-kotlin-parent-3.9.9.pom | 4 KB |
vertx-lang-kotlin-parent-3.9.9-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-parent/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-kotlin-parent</artifactId>
<version>3.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-parent/
implementation 'io.vertx:vertx-lang-kotlin-parent:3.9.9'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-kotlin-parent/
implementation ("io.vertx:vertx-lang-kotlin-parent:3.9.9")
'io.vertx:vertx-lang-kotlin-parent:jar:3.9.9'
<dependency org="io.vertx" name="vertx-lang-kotlin-parent" rev="3.9.9">
<artifact name="vertx-lang-kotlin-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-kotlin-parent', version='3.9.9')
)
libraryDependencies += "io.vertx" % "vertx-lang-kotlin-parent" % "3.9.9"
[io.vertx/vertx-lang-kotlin-parent "3.9.9"]