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

org.eclipse.jetty:jetty-distribution 10.0.0.alpha1


Категории

Категории

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

Группа

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

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

jetty-distribution
Версия

Версия

10.0.0.alpha1
Тип

Тип

pom

Скачать jetty-distribution 10.0.0.alpha1


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