File | Operation |
---|---|
httpcore5-parent-5.0.1.pom | download |
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-parent</artifactId>
<version>5.0.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-parent', version='5.0.1')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcomponents-parent</artifactId> <version>11</version> </parent>