License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdtracing-lightstep-spring-boot-starter |
Version | Version0.0.1 |
Type | Typejar |
Description |
DescriptionLightStep Tracer Java (parent)
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.zalando/tracing-lightstep-spring-boot-starter/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>tracing-lightstep-spring-boot-starter</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/tracing-lightstep-spring-boot-starter/
implementation 'org.zalando:tracing-lightstep-spring-boot-starter:0.0.1'
// https://jarcasting.com/artifacts/org.zalando/tracing-lightstep-spring-boot-starter/
implementation ("org.zalando:tracing-lightstep-spring-boot-starter:0.0.1")
'org.zalando:tracing-lightstep-spring-boot-starter:jar:0.0.1'
<dependency org="org.zalando" name="tracing-lightstep-spring-boot-starter" rev="0.0.1">
<artifact name="tracing-lightstep-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='tracing-lightstep-spring-boot-starter', version='0.0.1')
)
libraryDependencies += "org.zalando" % "tracing-lightstep-spring-boot-starter" % "0.0.1"
[org.zalando/tracing-lightstep-spring-boot-starter "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | 1.5.9.RELEASE |
io.opentracing.contrib : opentracing-spring-cloud-starter Optional | jar | 0.0.7 |
io.opentracing : opentracing-api | jar | 0.30.0 |
com.lightstep.tracer : lightstep-tracer-jre | jar | 0.13.1 |
com.lightstep.tracer : tracer-grpc | jar | 0.14.3 |
io.grpc : grpc-netty | jar | 1.4.0 |
io.netty : netty-tcnative-boringssl-static | jar | 2.0.5.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.tngtech.java : junit-dataprovider | jar | 1.10.0 |
org.springframework.boot : spring-boot-starter-test | jar | 1.5.9.RELEASE |