GroupId | GroupIdio.opentracing.contrib |
---|---|
ArtifactId | ArtifactIdopentracing-spring-web-parent |
Version | Version4.0.0 |
Type | Typepom |
Filename | Size |
---|---|
opentracing-spring-web-parent-4.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-spring-web-parent/ -->
<dependency>
<groupId>io.opentracing.contrib</groupId>
<artifactId>opentracing-spring-web-parent</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-spring-web-parent/
implementation 'io.opentracing.contrib:opentracing-spring-web-parent:4.0.0'
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-spring-web-parent/
implementation ("io.opentracing.contrib:opentracing-spring-web-parent:4.0.0")
'io.opentracing.contrib:opentracing-spring-web-parent:pom:4.0.0'
<dependency org="io.opentracing.contrib" name="opentracing-spring-web-parent" rev="4.0.0">
<artifact name="opentracing-spring-web-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.opentracing.contrib', module='opentracing-spring-web-parent', version='4.0.0')
)
libraryDependencies += "io.opentracing.contrib" % "opentracing-spring-web-parent" % "4.0.0"
[io.opentracing.contrib/opentracing-spring-web-parent "4.0.0"]