| License |
License |
|---|---|
| Categories |
CategoriesZipkin Application Testing & Monitoring Application Performance Monitoring (APM) |
| GroupId | GroupIdorg.apache.zipkin.reporter2 |
| ArtifactId | ArtifactIdzipkin-reporter-bom |
| Version | Version2.8.3 |
| Type | Typepom |
| Description |
DescriptionZipkin Reporter BOM
Bill Of Materials POM for all Zipkin reporter artifacts
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| zipkin-reporter-bom-2.8.3.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.zipkin.reporter2/zipkin-reporter-bom/ -->
<dependency>
<groupId>org.apache.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-bom</artifactId>
<version>2.8.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.zipkin.reporter2/zipkin-reporter-bom/
implementation 'org.apache.zipkin.reporter2:zipkin-reporter-bom:2.8.3'
// https://jarcasting.com/artifacts/org.apache.zipkin.reporter2/zipkin-reporter-bom/
implementation ("org.apache.zipkin.reporter2:zipkin-reporter-bom:2.8.3")
'org.apache.zipkin.reporter2:zipkin-reporter-bom:pom:2.8.3'
<dependency org="org.apache.zipkin.reporter2" name="zipkin-reporter-bom" rev="2.8.3">
<artifact name="zipkin-reporter-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.zipkin.reporter2', module='zipkin-reporter-bom', version='2.8.3')
)
libraryDependencies += "org.apache.zipkin.reporter2" % "zipkin-reporter-bom" % "2.8.3"
[org.apache.zipkin.reporter2/zipkin-reporter-bom "2.8.3"]