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