We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 486a534 commit 2be178aCopy full SHA for 2be178a
README.md
@@ -28,7 +28,7 @@ Published releases are available on maven central. Replace `{{version}}` with th
28
29
```groovy
30
dependencies {
31
- implementation platform("io.opentelemetry.semconv:opentelemetry-semconv:{{version}}")
+ implementation "io.opentelemetry.semconv:opentelemetry-semconv:{{version}}"
32
}
33
```
34
0 commit comments