| Лицензия |
Лицензия |
|---|---|
| Группа | Группаnl.jpoint |
| Идентификатор | Идентификаторvertx-deploy-tools |
| Последняя версия | Последняя версия3.9.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеVert.x Deploy Tools
Vert.x application for deploying of other Vert.x applications with support for AWS based
infrastructure.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| vertx-deploy-tools-3.9.5.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/nl.jpoint/vertx-deploy-tools/ -->
<dependency>
<groupId>nl.jpoint</groupId>
<artifactId>vertx-deploy-tools</artifactId>
<version>3.9.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/nl.jpoint/vertx-deploy-tools/
implementation 'nl.jpoint:vertx-deploy-tools:3.9.5'
// https://jarcasting.com/artifacts/nl.jpoint/vertx-deploy-tools/
implementation ("nl.jpoint:vertx-deploy-tools:3.9.5")
'nl.jpoint:vertx-deploy-tools:pom:3.9.5'
<dependency org="nl.jpoint" name="vertx-deploy-tools" rev="3.9.5">
<artifact name="vertx-deploy-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='nl.jpoint', module='vertx-deploy-tools', version='3.9.5')
)
libraryDependencies += "nl.jpoint" % "vertx-deploy-tools" % "3.9.5"
[nl.jpoint/vertx-deploy-tools "3.9.5"]