GroupId | GroupIdio.jaegertracing |
---|---|
ArtifactId | ArtifactIdjaeger-analytics-parent |
Version | Version0.3.0 |
Type | Typepom |
Filename | Size |
---|---|
jaeger-analytics-parent-0.3.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.jaegertracing/jaeger-analytics-parent/ -->
<dependency>
<groupId>io.jaegertracing</groupId>
<artifactId>jaeger-analytics-parent</artifactId>
<version>0.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.jaegertracing/jaeger-analytics-parent/
implementation 'io.jaegertracing:jaeger-analytics-parent:0.3.0'
// https://jarcasting.com/artifacts/io.jaegertracing/jaeger-analytics-parent/
implementation ("io.jaegertracing:jaeger-analytics-parent:0.3.0")
'io.jaegertracing:jaeger-analytics-parent:pom:0.3.0'
<dependency org="io.jaegertracing" name="jaeger-analytics-parent" rev="0.3.0">
<artifact name="jaeger-analytics-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.jaegertracing', module='jaeger-analytics-parent', version='0.3.0')
)
libraryDependencies += "io.jaegertracing" % "jaeger-analytics-parent" % "0.3.0"
[io.jaegertracing/jaeger-analytics-parent "0.3.0"]