не последняя версия
Последняя версия 7.0.0.pre5

org.mortbay.jetty:jetty test-6.0.0rc4


Категории

Категории

Jetty Контейнер Application Servers
Группа

Группа

org.mortbay.jetty
Идентификатор

Идентификатор

jetty
Версия

Версия

test-6.0.0rc4
Тип

Тип

war

Скачать jetty test-6.0.0rc4

Имя Файла Размер
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"]