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