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