| Categories |
CategoriesZipkin Application Testing & Monitoring Application Performance Monitoring (APM) |
|---|---|
| GroupId | GroupIdio.zipkin.reporter |
| ArtifactId | ArtifactIdzipkin-reporter-parent |
| Version | Version0.10.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| zipkin-reporter-parent-0.10.0.pom | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.zipkin.reporter/zipkin-reporter-parent/ -->
<dependency>
<groupId>io.zipkin.reporter</groupId>
<artifactId>zipkin-reporter-parent</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.zipkin.reporter/zipkin-reporter-parent/
implementation 'io.zipkin.reporter:zipkin-reporter-parent:0.10.0'
// https://jarcasting.com/artifacts/io.zipkin.reporter/zipkin-reporter-parent/
implementation ("io.zipkin.reporter:zipkin-reporter-parent:0.10.0")
'io.zipkin.reporter:zipkin-reporter-parent:pom:0.10.0'
<dependency org="io.zipkin.reporter" name="zipkin-reporter-parent" rev="0.10.0">
<artifact name="zipkin-reporter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.zipkin.reporter', module='zipkin-reporter-parent', version='0.10.0')
)
libraryDependencies += "io.zipkin.reporter" % "zipkin-reporter-parent" % "0.10.0"
[io.zipkin.reporter/zipkin-reporter-parent "0.10.0"]