не последняя версия
Последняя версия 3.0.0-RC1

io.smallrye:smallrye-opentracing 2.0.0-RC1


Группа

Группа

io.smallrye
Идентификатор

Идентификатор

smallrye-opentracing
Версия

Версия

2.0.0-RC1
Тип

Тип

jar

Скачать smallrye-opentracing 2.0.0-RC1


<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-opentracing</artifactId>
    <version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing/
implementation 'io.smallrye:smallrye-opentracing:2.0.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing/
implementation ("io.smallrye:smallrye-opentracing:2.0.0-RC1")
'io.smallrye:smallrye-opentracing:jar:2.0.0-RC1'
<dependency org="io.smallrye" name="smallrye-opentracing" rev="2.0.0-RC1">
  <artifact name="smallrye-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-opentracing', version='2.0.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-opentracing" % "2.0.0-RC1"
[io.smallrye/smallrye-opentracing "2.0.0-RC1"]