не последняя версия
Последняя версия 11.0.0.beta1

org.eclipse.jetty:jetty-distribution 7.6.0.RC5


Категории

Категории

Jetty Контейнер Application Servers CLI Взаимодействие с пользователем Distribution Компиляция и сборка
Группа

Группа

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

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

jetty-distribution
Версия

Версия

7.6.0.RC5
Тип

Тип

pom

Скачать jetty-distribution 7.6.0.RC5


<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/ -->
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-distribution</artifactId>
    <version>7.6.0.RC5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/
implementation 'org.eclipse.jetty:jetty-distribution:7.6.0.RC5'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-distribution/
implementation ("org.eclipse.jetty:jetty-distribution:7.6.0.RC5")
'org.eclipse.jetty:jetty-distribution:pom:7.6.0.RC5'
<dependency org="org.eclipse.jetty" name="jetty-distribution" rev="7.6.0.RC5">
  <artifact name="jetty-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-distribution', version='7.6.0.RC5')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-distribution" % "7.6.0.RC5"
[org.eclipse.jetty/jetty-distribution "7.6.0.RC5"]