文件名 | 操作 |
---|---|
httpcomponents-parent-12.pom | 下载 |
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcomponents-parent</artifactId>
<version>12</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcomponents-parent', version='12')
)