| Категории |
КатегорииGUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection Undertow Сеть Networking |
|---|---|
| Группа | Группаcom.guicedee.services |
| Идентификатор | Идентификаторundertow-parent |
| Версия | Версия1.0.10.0-jre13 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| undertow-parent-1.0.10.0-jre13.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.guicedee.services/undertow-parent/ -->
<dependency>
<groupId>com.guicedee.services</groupId>
<artifactId>undertow-parent</artifactId>
<version>1.0.10.0-jre13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee.services/undertow-parent/
implementation 'com.guicedee.services:undertow-parent:1.0.10.0-jre13'
// https://jarcasting.com/artifacts/com.guicedee.services/undertow-parent/
implementation ("com.guicedee.services:undertow-parent:1.0.10.0-jre13")
'com.guicedee.services:undertow-parent:pom:1.0.10.0-jre13'
<dependency org="com.guicedee.services" name="undertow-parent" rev="1.0.10.0-jre13">
<artifact name="undertow-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee.services', module='undertow-parent', version='1.0.10.0-jre13')
)
libraryDependencies += "com.guicedee.services" % "undertow-parent" % "1.0.10.0-jre13"
[com.guicedee.services/undertow-parent "1.0.10.0-jre13"]