| Categories |
CategoriesDropWizard Container Microservices |
|---|---|
| GroupId | GroupIdio.github.lusis.dropwizard |
| ArtifactId | ArtifactIdopencensus-example |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| opencensus-example-1.0.0.pom | |
| opencensus-example-1.0.0.jar | 29 MB |
| opencensus-example-1.0.0-sources.jar | 6 KB |
| opencensus-example-1.0.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.lusis.dropwizard/opencensus-example/ -->
<dependency>
<groupId>io.github.lusis.dropwizard</groupId>
<artifactId>opencensus-example</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lusis.dropwizard/opencensus-example/
implementation 'io.github.lusis.dropwizard:opencensus-example:1.0.0'
// https://jarcasting.com/artifacts/io.github.lusis.dropwizard/opencensus-example/
implementation ("io.github.lusis.dropwizard:opencensus-example:1.0.0")
'io.github.lusis.dropwizard:opencensus-example:jar:1.0.0'
<dependency org="io.github.lusis.dropwizard" name="opencensus-example" rev="1.0.0">
<artifact name="opencensus-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lusis.dropwizard', module='opencensus-example', version='1.0.0')
)
libraryDependencies += "io.github.lusis.dropwizard" % "opencensus-example" % "1.0.0"
[io.github.lusis.dropwizard/opencensus-example "1.0.0"]