<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.0.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpmime', version='4.0.1')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-client</artifactId> <version>4.0.1</version> </parent>
compile
|-- org.apache.httpcomponents:httpcore
|-- org.apache.httpcomponents:httpclient
|-- org.apache.james:apache-mime4j
|-- commons-logging:commons-logging
test
|-- junit:junit