is not current version
Last Version 4.5.13

org.apache.httpcomponents:httpmime 4.2.2

HttpComponents HttpClient - MIME coded entities

GroupId

GroupId

org.apache.httpcomponents
ArtifactId

ArtifactId

httpmime
Version

Version

4.2.2
Type

Type

jar

Download httpmime 4.2.2


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