<dependency>
<groupId>com.nike.wingtips</groupId>
<artifactId>wingtips-apache-http-client</artifactId>
<version>0.14.1</version>
</dependency>
@Grapes(
@Grab(group='com.nike.wingtips', module='wingtips-apache-http-client', version='0.14.1')
)
compile
|-- com.nike.wingtips:wingtips-core:0.14.1
|-- org.apache.httpcomponents:httpclient:4.4.1
test
|-- com.nike.wingtips:wingtips-servlet-api:0.14.1
|-- org.mockito:mockito-core:1.9.5
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.assertj:assertj-core:2.5.0
|-- com.tngtech.java:junit-dataprovider:1.10.1
|-- io.rest-assured:rest-assured:3.0.1
|-- org.springframework.boot:spring-boot-starter-web:1.5.2.RELEASE