Categories |
CategoriesAnt Build Tools Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.palantir.tracing |
ArtifactId | ArtifactIdtracing-jersey |
Version | Version4.2.1 |
Type | Typejar |
Filename | Size |
---|---|
tracing-jersey-4.2.1.pom | |
tracing-jersey-4.2.1.jar | 3 KB |
tracing-jersey-4.2.1-sources.jar | 2 KB |
tracing-jersey-4.2.1-javadoc.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.palantir.tracing/tracing-jersey/ -->
<dependency>
<groupId>com.palantir.tracing</groupId>
<artifactId>tracing-jersey</artifactId>
<version>4.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.palantir.tracing/tracing-jersey/
implementation 'com.palantir.tracing:tracing-jersey:4.2.1'
// https://jarcasting.com/artifacts/com.palantir.tracing/tracing-jersey/
implementation ("com.palantir.tracing:tracing-jersey:4.2.1")
'com.palantir.tracing:tracing-jersey:jar:4.2.1'
<dependency org="com.palantir.tracing" name="tracing-jersey" rev="4.2.1">
<artifact name="tracing-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.palantir.tracing', module='tracing-jersey', version='4.2.1')
)
libraryDependencies += "com.palantir.tracing" % "tracing-jersey" % "4.2.1"
[com.palantir.tracing/tracing-jersey "4.2.1"]