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