文件名称: httpmime-4.5.14.jar中文-英文对照文档.zip
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.14</version>
</dependency>Gradle:
implementation group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14'
Gradle (Short):
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
Gradle (Kotlin):
implementation("org.apache.httpcomponents:httpmime:4.5.14")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.apache.http.entity.mime
org.apache.http.entity.mime.contentorg.apache.http.entity.mime.FormBodyPart
org.apache.http.entity.mime.FormBodyPartBuilder
org.apache.http.entity.mime.Header
org.apache.http.entity.mime.HttpMultipart
org.apache.http.entity.mime.HttpMultipartMode
org.apache.http.entity.mime.MIME
org.apache.http.entity.mime.MinimalField
org.apache.http.entity.mime.MultipartEntity
org.apache.http.entity.mime.MultipartEntityBuilder
org.apache.http.entity.mime.content.AbstractContentBody
org.apache.http.entity.mime.content.ByteArrayBody
org.apache.http.entity.mime.content.ContentBody
org.apache.http.entity.mime.content.ContentDescriptor
org.apache.http.entity.mime.content.FileBody
org.apache.http.entity.mime.content.InputStreamBody
org.apache.http.entity.mime.content.StringBody