You can download jetty-http-9.3.8.v20160314.jar in this page.
Eclipse Open Source
jetty-http-9.3.8.v20160314.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.eclipse.jetty/jetty-http/pom.properties META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml META-INF/services/org.eclipse.jetty.http.HttpFieldPreEncoder about.html org.eclipse.jetty.http.BadMessageException.class org.eclipse.jetty.http.DateGenerator.class org.eclipse.jetty.http.DateParser.class org.eclipse.jetty.http.GzipHttpContent.class org.eclipse.jetty.http.HostPortHttpField.class org.eclipse.jetty.http.Http1FieldPreEncoder.class org.eclipse.jetty.http.HttpCompliance.class org.eclipse.jetty.http.HttpContent.class org.eclipse.jetty.http.HttpCookie.class org.eclipse.jetty.http.HttpField.class org.eclipse.jetty.http.HttpFieldPreEncoder.class org.eclipse.jetty.http.HttpFields.class org.eclipse.jetty.http.HttpGenerator.class org.eclipse.jetty.http.HttpHeader.class org.eclipse.jetty.http.HttpHeaderValue.class org.eclipse.jetty.http.HttpMethod.class org.eclipse.jetty.http.HttpParser.class org.eclipse.jetty.http.HttpScheme.class org.eclipse.jetty.http.HttpStatus.class org.eclipse.jetty.http.HttpTokens.class org.eclipse.jetty.http.HttpURI.class org.eclipse.jetty.http.HttpVersion.class org.eclipse.jetty.http.MetaData.class org.eclipse.jetty.http.MimeTypes.class org.eclipse.jetty.http.PathMap.class org.eclipse.jetty.http.PreEncodedHttpField.class org.eclipse.jetty.http.ResourceHttpContent.class org.eclipse.jetty.http.pathmap.MappedResource.class org.eclipse.jetty.http.pathmap.PathMappings.class org.eclipse.jetty.http.pathmap.PathSpec.class org.eclipse.jetty.http.pathmap.PathSpecGroup.class org.eclipse.jetty.http.pathmap.PathSpecSet.class org.eclipse.jetty.http.pathmap.RegexPathSpec.class org.eclipse.jetty.http.pathmap.ServletPathSpec.class org.eclipse.jetty.http.pathmap.UriTemplatePathSpec.class org/eclipse/jetty/http/encoding.properties org/eclipse/jetty/http/mime.properties org/eclipse/jetty/http/useragents
jetty-http-9.3.8.v20160314.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>jetty-project</artifactId> <groupId>org.eclipse.jetty</groupId> <version>9.3.8.v20160314</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>jetty-http</artifactId> <name>Jetty :: Http Utility</name> <url>http://www.eclipse.org/jetty</url> <properties> <bundle-symbolic-name>${project.groupId}.http</bundle-symbolic-name> </properties> <dependencies> <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-util</artifactId> <version>${project.version}</version> </dependency> <dependency> <groupId>org.eclipse.jetty.toolchain</groupId> <artifactId>jetty-test-helper</artifactId> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <executions> <execution> <id>test-jar</id> <goals> <goal>test-jar</goal> </goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>findbugs-maven-plugin</artifactId> <configuration> <onlyAnalyze>org.eclipse.jetty.http.*</onlyAnalyze> </configuration> </plugin> </plugins> </build> </project>
<dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-http</artifactId> <version>9.3.8.v20160314</version> </dependency>
If you think the following jetty-http-9.3.8.v20160314.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download jetty-http-9.3.8.v20160314.jar file