is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-xml 11.0.0.beta3

The jetty xml utilities.

Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-xml
Version

Version

11.0.0.beta3
Type

Type

jar

Download jetty-xml 11.0.0.beta3


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