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