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