| Категории |
КатегорииUndertow Сеть Networking Bootique Взаимодействие с пользователем Веб-фреймворки |
|---|---|
| Группа | Группаio.bootique.undertow |
| Идентификатор | Идентификаторbootique-undertow-test |
| Версия | Версия0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bootique-undertow-test-0.3.pom | |
| bootique-undertow-test-0.3.jar | 4 KB |
| bootique-undertow-test-0.3-sources.jar | 3 KB |
| bootique-undertow-test-0.3-javadoc.jar | 29 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow-test/ -->
<dependency>
<groupId>io.bootique.undertow</groupId>
<artifactId>bootique-undertow-test</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow-test/
implementation 'io.bootique.undertow:bootique-undertow-test:0.3'
// https://jarcasting.com/artifacts/io.bootique.undertow/bootique-undertow-test/
implementation ("io.bootique.undertow:bootique-undertow-test:0.3")
'io.bootique.undertow:bootique-undertow-test:jar:0.3'
<dependency org="io.bootique.undertow" name="bootique-undertow-test" rev="0.3">
<artifact name="bootique-undertow-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.undertow', module='bootique-undertow-test', version='0.3')
)
libraryDependencies += "io.bootique.undertow" % "bootique-undertow-test" % "0.3"
[io.bootique.undertow/bootique-undertow-test "0.3"]