h

htrace

SNAMP Span Receiver for HTrace
Files download
File Operation
htrace-1.0.0.jar download
htrace-1.0.0.pom download
htrace-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.snamp.instrumentation</groupId>
  <artifactId>htrace</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.snamp.instrumentation:htrace:1.0.0'
Gradle Kotlin
implementation("io.snamp.instrumentation:htrace:1.0.0")
Scala SBT
libraryDependencies += "io.snamp.instrumentation" % "htrace" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.snamp.instrumentation', module='htrace', version='1.0.0')
)
Apache Ivy
<dependency org="io.snamp.instrumentation" name="htrace" rev="1.0.0" />
Leiningen
[io.snamp.instrumentation/htrace "1.0.0"]
Apache Buildr
'io.snamp.instrumentation:htrace:jar:1.0.0'