| GroupId | GroupIdio.dekorate |
|---|---|
| ArtifactId | ArtifactIdjaeger-annotations |
| Version | Version0.8.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jaeger-annotations-0.8.0.pom | |
| jaeger-annotations-0.8.0.jar | 32 KB |
| jaeger-annotations-0.8.0-sources.jar | 19 KB |
| jaeger-annotations-0.8.0-processors.jar | 526 bytes |
| jaeger-annotations-0.8.0-noapt.jar | 485 bytes |
| jaeger-annotations-0.8.0-javadoc.jar | 180 KB |
| jaeger-annotations-0.8.0-annotations.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dekorate/jaeger-annotations/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>jaeger-annotations</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/jaeger-annotations/
implementation 'io.dekorate:jaeger-annotations:0.8.0'
// https://jarcasting.com/artifacts/io.dekorate/jaeger-annotations/
implementation ("io.dekorate:jaeger-annotations:0.8.0")
'io.dekorate:jaeger-annotations:jar:0.8.0'
<dependency org="io.dekorate" name="jaeger-annotations" rev="0.8.0">
<artifact name="jaeger-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='jaeger-annotations', version='0.8.0')
)
libraryDependencies += "io.dekorate" % "jaeger-annotations" % "0.8.0"
[io.dekorate/jaeger-annotations "0.8.0"]