| GroupId | GroupIdio.dekorate |
|---|---|
| ArtifactId | ArtifactIdjaeger-annotations |
| Version | Version0.12.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jaeger-annotations-0.12.9.pom | |
| jaeger-annotations-0.12.9.jar | 33 KB |
| jaeger-annotations-0.12.9-sources.jar | 20 KB |
| jaeger-annotations-0.12.9-processors.jar | 769 bytes |
| jaeger-annotations-0.12.9-noapt.jar | 728 bytes |
| jaeger-annotations-0.12.9-javadoc.jar | 189 KB |
| jaeger-annotations-0.12.9-annotations.jar | 385 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dekorate/jaeger-annotations/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>jaeger-annotations</artifactId>
<version>0.12.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/jaeger-annotations/
implementation 'io.dekorate:jaeger-annotations:0.12.9'
// https://jarcasting.com/artifacts/io.dekorate/jaeger-annotations/
implementation ("io.dekorate:jaeger-annotations:0.12.9")
'io.dekorate:jaeger-annotations:jar:0.12.9'
<dependency org="io.dekorate" name="jaeger-annotations" rev="0.12.9">
<artifact name="jaeger-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='jaeger-annotations', version='0.12.9')
)
libraryDependencies += "io.dekorate" % "jaeger-annotations" % "0.12.9"
[io.dekorate/jaeger-annotations "0.12.9"]