| Категории |
КатегорииJetty Контейнер Application Servers CLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.eclipse.jetty.fcgi |
| Идентификатор | Идентификаторfcgi-parent |
| Версия | Версия10.0.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| fcgi-parent-10.0.4.pom | 873 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty.fcgi/fcgi-parent/ -->
<dependency>
<groupId>org.eclipse.jetty.fcgi</groupId>
<artifactId>fcgi-parent</artifactId>
<version>10.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty.fcgi/fcgi-parent/
implementation 'org.eclipse.jetty.fcgi:fcgi-parent:10.0.4'
// https://jarcasting.com/artifacts/org.eclipse.jetty.fcgi/fcgi-parent/
implementation ("org.eclipse.jetty.fcgi:fcgi-parent:10.0.4")
'org.eclipse.jetty.fcgi:fcgi-parent:pom:10.0.4'
<dependency org="org.eclipse.jetty.fcgi" name="fcgi-parent" rev="10.0.4">
<artifact name="fcgi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty.fcgi', module='fcgi-parent', version='10.0.4')
)
libraryDependencies += "org.eclipse.jetty.fcgi" % "fcgi-parent" % "10.0.4"
[org.eclipse.jetty.fcgi/fcgi-parent "10.0.4"]