не последняя версия
Последняя версия 1.0.1

com.github.malkomich:vertx-skeleton 1.0.0

Skeleton for a Vert.x service project

Группа

Группа

com.github.malkomich
Идентификатор

Идентификатор

vertx-skeleton
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать vertx-skeleton 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.malkomich/vertx-skeleton/ -->
<dependency>
    <groupId>com.github.malkomich</groupId>
    <artifactId>vertx-skeleton</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.malkomich/vertx-skeleton/
implementation 'com.github.malkomich:vertx-skeleton:1.0.0'
// https://jarcasting.com/artifacts/com.github.malkomich/vertx-skeleton/
implementation ("com.github.malkomich:vertx-skeleton:1.0.0")
'com.github.malkomich:vertx-skeleton:jar:1.0.0'
<dependency org="com.github.malkomich" name="vertx-skeleton" rev="1.0.0">
  <artifact name="vertx-skeleton" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.malkomich', module='vertx-skeleton', version='1.0.0')
)
libraryDependencies += "com.github.malkomich" % "vertx-skeleton" % "1.0.0"
[com.github.malkomich/vertx-skeleton "1.0.0"]