j

jaeger

Jaeger integration, including the OpenTracing fraction
Files download
File Operation
jaeger-2.7.0.Final.jar download
jaeger-2.7.0.Final.pom download
jaeger-2.7.0.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>io.thorntail</groupId>
  <artifactId>jaeger</artifactId>
  <version>2.7.0.Final</version>
</dependency>
Gradle Groovy
implementation 'io.thorntail:jaeger:2.7.0.Final'
Gradle Kotlin
implementation("io.thorntail:jaeger:2.7.0.Final")
Scala SBT
libraryDependencies += "io.thorntail" % "jaeger" % "2.7.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='io.thorntail', module='jaeger', version='2.7.0.Final')
)
Apache Ivy
<dependency org="io.thorntail" name="jaeger" rev="2.7.0.Final" />
Leiningen
[io.thorntail/jaeger "2.7.0.Final"]
Apache Buildr
'io.thorntail:jaeger:jar:2.7.0.Final'