Download httpmime-4.4.1.jar file - Jar h

Jar examples for h:httpmime

Description

Apache HttpComponents HttpClient - MIME coded entities

You can download jar file httpmime 4.4.1 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

httpmime-4.4.1-javadoc.jar
httpmime-4.4.1-sources.jar
httpmime-4.4.1.jar
httpmime-4.4.1.pom



Related Tutorials