<dependency>
<groupId>org.glowroot.instrumentation</groupId>
<artifactId>instrumentation-java-http-server</artifactId>
<version>0.14.8</version>
</dependency>
implementation("org.glowroot.instrumentation:instrumentation-java-http-server:0.14.8")
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-java-http-server" % "0.14.8"
@Grapes(
@Grab(group='org.glowroot.instrumentation', module='instrumentation-java-http-server', version='0.14.8')
)
<dependency org="org.glowroot.instrumentation" name="instrumentation-java-http-server" rev="0.14.8" />