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