| GroupId | GroupIdorg.apache.httpcomponents | 
|---|---|
| ArtifactId | ArtifactIdhttpmime | 
| Version | Version4.0-beta2 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| httpmime-4.0-beta2.pom | |
| httpmime-4.0-beta2.jar | 22 KB | 
| httpmime-4.0-beta2-sources.jar | 21 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.apache.httpcomponents/httpmime/ -->
<dependency>
    <groupId>org.apache.httpcomponents</groupId>
    <artifactId>httpmime</artifactId>
    <version>4.0-beta2</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpmime/
implementation 'org.apache.httpcomponents:httpmime:4.0-beta2'// https://jarcasting.com/artifacts/org.apache.httpcomponents/httpmime/
implementation ("org.apache.httpcomponents:httpmime:4.0-beta2")'org.apache.httpcomponents:httpmime:jar:4.0-beta2'<dependency org="org.apache.httpcomponents" name="httpmime" rev="4.0-beta2">
  <artifact name="httpmime" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpmime', version='4.0-beta2')
)libraryDependencies += "org.apache.httpcomponents" % "httpmime" % "4.0-beta2"[org.apache.httpcomponents/httpmime "4.0-beta2"]