<dependency>
<groupId>com.catchpoint</groupId>
<artifactId>cp-trace-integrations-http-apache-httpclient</artifactId>
<version>0.0.14</version>
</dependency>
libraryDependencies += "com.catchpoint" % "cp-trace-integrations-http-apache-httpclient" % "0.0.14"
@Grapes(
@Grab(group='com.catchpoint', module='cp-trace-integrations-http-apache-httpclient', version='0.0.14')
)
<dependency org="com.catchpoint" name="cp-trace-integrations-http-apache-httpclient" rev="0.0.14" />
<parent> <groupId>com.catchpoint</groupId> <artifactId>cp-trace-parent</artifactId> <version>0.0.14</version> </parent>
compile
|-- com.catchpoint:cp-trace-integrations-http
|-- org.apache.httpcomponents:httpclient:4.5.13
test
|-- junit:junit
|-- org.powermock:powermock-api-mockito2