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