| GroupId | GroupIdcom.lightstep.opentelemetry |
|---|---|
| ArtifactId | ArtifactIdopentelemetry-parent |
| Version | Version0.8.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| opentelemetry-parent-0.8.0.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lightstep.opentelemetry/opentelemetry-parent/ -->
<dependency>
<groupId>com.lightstep.opentelemetry</groupId>
<artifactId>opentelemetry-parent</artifactId>
<version>0.8.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.lightstep.opentelemetry/opentelemetry-parent/
implementation 'com.lightstep.opentelemetry:opentelemetry-parent:0.8.0'
// https://jarcasting.com/artifacts/com.lightstep.opentelemetry/opentelemetry-parent/
implementation ("com.lightstep.opentelemetry:opentelemetry-parent:0.8.0")
'com.lightstep.opentelemetry:opentelemetry-parent:pom:0.8.0'
<dependency org="com.lightstep.opentelemetry" name="opentelemetry-parent" rev="0.8.0">
<artifact name="opentelemetry-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.lightstep.opentelemetry', module='opentelemetry-parent', version='0.8.0')
)
libraryDependencies += "com.lightstep.opentelemetry" % "opentelemetry-parent" % "0.8.0"
[com.lightstep.opentelemetry/opentelemetry-parent "0.8.0"]