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

org.eclipse.jetty:jetty-xml 9.3.0.v20150612

The jetty xml utilities.

Категории

Категории

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

Группа

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

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

jetty-xml
Версия

Версия

9.3.0.v20150612
Тип

Тип

jar

Скачать jetty-xml 9.3.0.v20150612


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