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