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