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

org.eclipse.jetty:jetty-documentation 10.0.0.beta3


Категории

Категории

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

Группа

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

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

jetty-documentation
Версия

Версия

10.0.0.beta3
Тип

Тип

jar

Скачать jetty-documentation 10.0.0.beta3


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