<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5-h2</artifactId>
<version>5.0-beta1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.httpcomponents.core5', module='httpcore5-h2', version='5.0-beta1')
)