is not current version
Last Version 11.0.11

org.eclipse.jetty:jetty-http 9.4.18.v20190429


Categories

Categories

Jetty Container Application Servers CLI User Interface
GroupId

GroupId

org.eclipse.jetty
ArtifactId

ArtifactId

jetty-http
Version

Version

9.4.18.v20190429
Type

Type

jar

Download jetty-http 9.4.18.v20190429


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