| Лицензия |
Лицензия
The name of the license used, e.g.: The Apache Software License, Version 2.0
|
|---|---|
| Группа | Группаio.vertx |
| Идентификатор | Идентификаторhello-mod |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеhello-mod
Description of your module here
|
| Имя Файла | Размер |
|---|---|
| hello-mod-1.0.pom | |
| hello-mod-1.0.jar | 615 bytes |
| hello-mod-1.0-sources.jar | 261 bytes |
| hello-mod-1.0-mod.zip | 376 bytes |
| hello-mod-1.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.vertx/hello-mod/ -->
<dependency>
<groupId>io.vertx</groupId>
<artifactId>hello-mod</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.vertx/hello-mod/
implementation 'io.vertx:hello-mod:1.0'
// https://jarcasting.com/artifacts/io.vertx/hello-mod/
implementation ("io.vertx:hello-mod:1.0")
'io.vertx:hello-mod:jar:1.0'
<dependency org="io.vertx" name="hello-mod" rev="1.0">
<artifact name="hello-mod" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vertx', module='hello-mod', version='1.0')
)
libraryDependencies += "io.vertx" % "hello-mod" % "1.0"
[io.vertx/hello-mod "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| io.vertx : testtools | jar | 2.0.2-final |