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