не последняя версия
Последняя версия 2.4.2

com.github.kristofa:brave-impl 2.2.0

Brave implementation. Has ClientTracer, ServerTracer, SpanCollector implementations,... that are accessible behind api so ClientTracer, ServerTracer share state.

Группа

Группа

com.github.kristofa
Идентификатор

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

brave-impl
Версия

Версия

2.2.0
Тип

Тип

jar

Скачать brave-impl 2.2.0


<!-- https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/ -->
<dependency>
    <groupId>com.github.kristofa</groupId>
    <artifactId>brave-impl</artifactId>
    <version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation 'com.github.kristofa:brave-impl:2.2.0'
// https://jarcasting.com/artifacts/com.github.kristofa/brave-impl/
implementation ("com.github.kristofa:brave-impl:2.2.0")
'com.github.kristofa:brave-impl:jar:2.2.0'
<dependency org="com.github.kristofa" name="brave-impl" rev="2.2.0">
  <artifact name="brave-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kristofa', module='brave-impl', version='2.2.0')
)
libraryDependencies += "com.github.kristofa" % "brave-impl" % "2.2.0"
[com.github.kristofa/brave-impl "2.2.0"]