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