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

org.mortbay.jetty:jetty test-6.0.0rc3


Категории

Категории

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

Группа

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

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

jetty
Версия

Версия

test-6.0.0rc3
Тип

Тип

war

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

Имя Файла Размер
jetty-test-6.0.0rc3.pom
jetty-test-6.0.0rc3.war 248 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.mortbay.jetty/jetty/ -->
<dependency>
    <groupId>org.mortbay.jetty</groupId>
    <artifactId>jetty</artifactId>
    <version>test-6.0.0rc3</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty/
implementation 'org.mortbay.jetty:jetty:test-6.0.0rc3'
// https://jarcasting.com/artifacts/org.mortbay.jetty/jetty/
implementation ("org.mortbay.jetty:jetty:test-6.0.0rc3")
'org.mortbay.jetty:jetty:war:test-6.0.0rc3'
<dependency org="org.mortbay.jetty" name="jetty" rev="test-6.0.0rc3">
  <artifact name="jetty" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mortbay.jetty', module='jetty', version='test-6.0.0rc3')
)
libraryDependencies += "org.mortbay.jetty" % "jetty" % "test-6.0.0rc3"
[org.mortbay.jetty/jetty "test-6.0.0rc3"]