| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.vertx |
| Идентификатор | Идентификаторvertx-parent |
| Версия | Версия19 |
| Тип | Типjar |
| Описание |
ОписаниеVert.x Parent pom
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Организация-разработчик |
Организация-разработчикEclipse |
| Имя Файла | Размер |
|---|---|
| vertx-parent-19.pom | 15 KB |
| vertx-parent-19-tests.jar | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.vertx/vertx-parent/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-parent</artifactId>
<version>19</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/vertx-parent/
implementation 'io.vertx:vertx-parent:19'
// https://jarcasting.com/artifacts/io.vertx/vertx-parent/
implementation ("io.vertx:vertx-parent:19")
'io.vertx:vertx-parent:jar:19'
<dependency org="io.vertx" name="vertx-parent" rev="19">
<artifact name="vertx-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-parent', version='19')
)
libraryDependencies += "io.vertx" % "vertx-parent" % "19"
[io.vertx/vertx-parent "19"]