| Группа | Группаio.vertx |
|---|---|
| Идентификатор | Идентификаторvertx-lang-ceylon |
| Версия | Версия3.3.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| vertx-lang-ceylon-3.3.0.pom | |
| vertx-lang-ceylon-3.3.0.jar | 27 KB |
| vertx-lang-ceylon-3.3.0-tests.jar | 7 KB |
| vertx-lang-ceylon-3.3.0-test-sources.jar | 1 KB |
| vertx-lang-ceylon-3.3.0-sources.jar | 17 KB |
| vertx-lang-ceylon-3.3.0-javadoc.jar | 38 KB |
| vertx-lang-ceylon-3.3.0-docs.zip | 999 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-lang-ceylon/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-lang-ceylon</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-ceylon/
implementation 'io.vertx:vertx-lang-ceylon:3.3.0'
// https://jarcasting.com/artifacts/io.vertx/vertx-lang-ceylon/
implementation ("io.vertx:vertx-lang-ceylon:3.3.0")
'io.vertx:vertx-lang-ceylon:jar:3.3.0'
<dependency org="io.vertx" name="vertx-lang-ceylon" rev="3.3.0">
<artifact name="vertx-lang-ceylon" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-lang-ceylon', version='3.3.0')
)
libraryDependencies += "io.vertx" % "vertx-lang-ceylon" % "3.3.0"
[io.vertx/vertx-lang-ceylon "3.3.0"]