t

tracing-undertow

Palantir open source project
https://github.com/palantir/tracing-java
The Apache License, Version 2.0
Palantir Technologies Inc
Files download
File Operation
tracing-undertow-6.18.0.jar download
tracing-undertow-6.18.0.pom download
tracing-undertow-6.18.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.palantir.tracing</groupId>
  <artifactId>tracing-undertow</artifactId>
  <version>6.18.0</version>
</dependency>
Gradle Groovy
implementation 'com.palantir.tracing:tracing-undertow:6.18.0'
Gradle Kotlin
implementation("com.palantir.tracing:tracing-undertow:6.18.0")
Scala SBT
libraryDependencies += "com.palantir.tracing" % "tracing-undertow" % "6.18.0"
Groovy Grape
@Grapes(
  @Grab(group='com.palantir.tracing', module='tracing-undertow', version='6.18.0')
)
Apache Ivy
<dependency org="com.palantir.tracing" name="tracing-undertow" rev="6.18.0" />
Leiningen
[com.palantir.tracing/tracing-undertow "6.18.0"]
Apache Buildr
'com.palantir.tracing:tracing-undertow:jar:6.18.0'