Categories |
CategoriesJetty Container Application Servers CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jetty |
ArtifactId | ArtifactIdjetty-http |
Version | Version7.4.3.v20110701 |
Type | Typejar |
Filename | Size |
---|---|
jetty-http-7.4.3.v20110701.pom | |
jetty-http-7.4.3.v20110701.jar | 111 KB |
jetty-http-7.4.3.v20110701-tests.jar | 34 KB |
jetty-http-7.4.3.v20110701-sources.jar | 83 KB |
jetty-http-7.4.3.v20110701-javadoc.jar | 288 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http/ -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-http</artifactId>
<version>7.4.3.v20110701</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http/
implementation 'org.eclipse.jetty:jetty-http:7.4.3.v20110701'
// https://jarcasting.com/artifacts/org.eclipse.jetty/jetty-http/
implementation ("org.eclipse.jetty:jetty-http:7.4.3.v20110701")
'org.eclipse.jetty:jetty-http:jar:7.4.3.v20110701'
<dependency org="org.eclipse.jetty" name="jetty-http" rev="7.4.3.v20110701">
<artifact name="jetty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jetty', module='jetty-http', version='7.4.3.v20110701')
)
libraryDependencies += "org.eclipse.jetty" % "jetty-http" % "7.4.3.v20110701"
[org.eclipse.jetty/jetty-http "7.4.3.v20110701"]