i

instrumentation-netty

Instrumentation for Netty
The Apache Software License, Version 2.0
Files download
File Operation
instrumentation-netty-0.14.8.jar download
instrumentation-netty-0.14.8.pom download
instrumentation-netty-0.14.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.glowroot.instrumentation</groupId>
  <artifactId>instrumentation-netty</artifactId>
  <version>0.14.8</version>
</dependency>
Gradle Groovy
implementation 'org.glowroot.instrumentation:instrumentation-netty:0.14.8'
Gradle Kotlin
implementation("org.glowroot.instrumentation:instrumentation-netty:0.14.8")
Scala SBT
libraryDependencies += "org.glowroot.instrumentation" % "instrumentation-netty" % "0.14.8"
Groovy Grape
@Grapes(
  @Grab(group='org.glowroot.instrumentation', module='instrumentation-netty', version='0.14.8')
)
Apache Ivy
<dependency org="org.glowroot.instrumentation" name="instrumentation-netty" rev="0.14.8" />
Leiningen
[org.glowroot.instrumentation/instrumentation-netty "0.14.8"]
Apache Buildr
'org.glowroot.instrumentation:instrumentation-netty:jar:0.14.8'