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