File | Operation |
---|---|
httpcore-4.0-alpha3.pom | download |
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.0-alpha3</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents', module='httpcore', version='4.0-alpha3')
)
<parent> <groupId>org.apache.httpcomponents</groupId> <artifactId>project</artifactId> <version>4.0</version> </parent>