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