Download jodd-http-3.6.6.jar file

Introduction

You can download jodd-http-3.6.6.jar in this page.

License

The New BSD License

Type List

jodd-http-3.6.6.jar file has the following types.

META-INF/MANIFEST.MF
jodd.http.Buffer.class
jodd.http.Cookie.class
jodd.http.HttpBase.class
jodd.http.HttpBrowser.class
jodd.http.HttpConnection.class
jodd.http.HttpConnectionProvider.class
jodd.http.HttpException.class
jodd.http.HttpProgressListener.class
jodd.http.HttpRequest.class
jodd.http.HttpResponse.class
jodd.http.HttpTunnel.class
jodd.http.HttpUtil.class
jodd.http.HttpValuesMap.class
jodd.http.JoddHttp.class
jodd.http.ProxyInfo.class
jodd.http.net.HTTPProxySocketFactory.class
jodd.http.net.SocketHttpConnection.class
jodd.http.net.SocketHttpConnectionProvider.class
jodd.http.net.Socks4ProxySocketFactory.class
jodd.http.net.Socks5ProxySocketFactory.class
jodd.http.up.ByteArrayUploadable.class
jodd.http.up.FileUploadable.class
jodd.http.up.Uploadable.class

Pom

jodd-http-3.6.6.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jodd</groupId>
  <artifactId>jodd-http</artifactId>
  <version>3.6.6</version>
  <name>Jodd HTTP client</name>
  <description>Jodd HTTP client is easy-to-use http client.</description>
  <url>http://jodd.org</url>
  <organization>
    <name>Jodd</name>
    <url>http://jodd.org</url>
  </organization>
  <licenses>
    <license>
      <name>The New BSD License</name>
      <url>http://jodd.org/license.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>igor</id>
      <name>Igor Spasic</name>
      <email>igor@jodd.org</email>
      <timezone>+1</timezone>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/oblac/jodd/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/oblac/jodd.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/oblac/jodd.git</developerConnection>
    <url>https://github.com/oblac/jodd</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.jodd</groupId>
      <artifactId>jodd-core</artifactId>
      <version>3.6.6</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jodd</groupId>
      <artifactId>jodd-upload</artifactId>
      <version>3.6.6</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.jodd</groupId>
   <artifactId>jodd-http</artifactId>
   <version>3.6.6</version>
</dependency>

Download

If you think the following jodd-http-3.6.6.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jodd-http-3.6.6.jar file




PreviousNext

Related