is not current version
Last Version 4.5.13

org.apache.httpcomponents:httpmime 4.3.1

HttpComponents HttpClient - MIME coded entities

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpmime
Version

Version

4.3.1
Type

Type

jar

Download httpmime 4.3.1


<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpmime/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpmime</artifactId>
    <version>4.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpmime/
implementation 'org.apache.httpcomponents:httpmime:4.3.1'
// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpmime/
implementation ("org.apache.httpcomponents:httpmime:4.3.1")
'org.apache.httpcomponents:httpmime:jar:4.3.1'
<dependency org="org.apache.httpcomponents" name="httpmime" rev="4.3.1">
  <artifact name="httpmime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpmime', version='4.3.1')
)
libraryDependencies += "org.apache.httpcomponents" % "httpmime" % "4.3.1"
[org.apache.httpcomponents/httpmime "4.3.1"]