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