Download httpmime-4.5.3.jar file - Jar h

Jar examples for h:httpmime

Description

Apache HttpComponents HttpClient - MIME coded entities

You can download jar file httpmime 4.5.3 in this page.

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

httpmime-4.5.3-javadoc.jar
httpmime-4.5.3-sources.jar
httpmime-4.5.3.jar
httpmime-4.5.3.pom



Related Tutorials