Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdio.github.jeqo.dropwizard |
ArtifactId | ArtifactIdjaeger |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jaeger-0.0.3.pom | |
jaeger-0.0.3.jar | 3 KB |
jaeger-0.0.3-sources.jar | 2 KB |
jaeger-0.0.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/jaeger/ -->
<dependency>
<groupId>io.github.jeqo.dropwizard</groupId>
<artifactId>jaeger</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/jaeger/
implementation 'io.github.jeqo.dropwizard:jaeger:0.0.3'
// https://jarcasting.com/artifacts/io.github.jeqo.dropwizard/jaeger/
implementation ("io.github.jeqo.dropwizard:jaeger:0.0.3")
'io.github.jeqo.dropwizard:jaeger:jar:0.0.3'
<dependency org="io.github.jeqo.dropwizard" name="jaeger" rev="0.0.3">
<artifact name="jaeger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jeqo.dropwizard', module='jaeger', version='0.0.3')
)
libraryDependencies += "io.github.jeqo.dropwizard" % "jaeger" % "0.0.3"
[io.github.jeqo.dropwizard/jaeger "0.0.3"]