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