| Категории |
КатегорииDropWizard Контейнер Микросервисы |
|---|---|
| Группа | Группаio.github.jeqo.dropwizard |
| Идентификатор | Идентификаторdropwizard-opentracing |
| Версия | Версия0.1.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/dropwizard-opentracing/ -->
<dependency>
<groupId>io.github.jeqo.dropwizard</groupId>
<artifactId>dropwizard-opentracing</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/dropwizard-opentracing/
implementation 'io.github.jeqo.dropwizard:dropwizard-opentracing:0.1.0'
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/dropwizard-opentracing/
implementation ("io.github.jeqo.dropwizard:dropwizard-opentracing:0.1.0")
'io.github.jeqo.dropwizard:dropwizard-opentracing:jar:0.1.0'
<dependency org="io.github.jeqo.dropwizard" name="dropwizard-opentracing" rev="0.1.0">
<artifact name="dropwizard-opentracing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.dropwizard', module='dropwizard-opentracing', version='0.1.0')
)
libraryDependencies += "io.github.jeqo.dropwizard" % "dropwizard-opentracing" % "0.1.0"
[io.github.jeqo.dropwizard/dropwizard-opentracing "0.1.0"]