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