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