Categories |
CategoriesDropWizard Container Microservices Zipkin Application Testing & Monitoring Application Performance Monitoring (APM) |
---|---|
GroupId | GroupIdcom.smoketurner.dropwizard |
ArtifactId | ArtifactIdzipkin-example |
Version | Version0.9.2-2 |
Type | Typejar |
Filename | Size |
---|---|
zipkin-example-0.9.2-2.pom | |
zipkin-example-0.9.2-2.jar | 15 MB |
zipkin-example-0.9.2-2-sources.jar | 2 KB |
zipkin-example-0.9.2-2-javadoc.jar | 40 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smoketurner.dropwizard/zipkin-example/ -->
<dependency>
<groupId>com.smoketurner.dropwizard</groupId>
<artifactId>zipkin-example</artifactId>
<version>0.9.2-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/zipkin-example/
implementation 'com.smoketurner.dropwizard:zipkin-example:0.9.2-2'
// https://jarcasting.com/artifacts/com.smoketurner.dropwizard/zipkin-example/
implementation ("com.smoketurner.dropwizard:zipkin-example:0.9.2-2")
'com.smoketurner.dropwizard:zipkin-example:jar:0.9.2-2'
<dependency org="com.smoketurner.dropwizard" name="zipkin-example" rev="0.9.2-2">
<artifact name="zipkin-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smoketurner.dropwizard', module='zipkin-example', version='0.9.2-2')
)
libraryDependencies += "com.smoketurner.dropwizard" % "zipkin-example" % "0.9.2-2"
[com.smoketurner.dropwizard/zipkin-example "0.9.2-2"]