Download httpmime-4.0.jar file - Jar h

Jar examples for h:httpmime

Description

Apache HttpComponents HttpClient - MIME coded entities

You can download jar file httpmime 4.0 in this page.

License

Apache License

Build File

You can use the following script to add httpmime-4.0.jar to your project.

<dependency>
   <groupId>org.apache.httpcomponents</groupId>
   <artifactId>httpmime</artifactId>
   <version>4.0</version>
</dependency>
compile group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.0'
libraryDependencies += "org.apache.httpcomponents" % "httpmime" % "4.0"
<dependency org="org.apache.httpcomponents" name="httpmime" rev="4.0"/>
@Grapes(@Grab(group='org.apache.httpcomponents', module='httpmime', version='4.0'))
'org.apache.httpcomponents:httpmime:jar:4.0'

Download

Click the following link to download the jar file.

httpmime-4.0-sources.jar
httpmime-4.0.jar
httpmime-4.0.pom



Related Tutorials