GroupId | GroupIdio.smallrye |
---|---|
ArtifactId | ArtifactIdsmallrye-opentracing-release |
Version | Version1.3.2 |
Type | Typepom |
Filename | Size |
---|---|
smallrye-opentracing-release-1.3.2.pom | 677 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing-release/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing-release</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing-release/
implementation 'io.smallrye:smallrye-opentracing-release:1.3.2'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing-release/
implementation ("io.smallrye:smallrye-opentracing-release:1.3.2")
'io.smallrye:smallrye-opentracing-release:pom:1.3.2'
<dependency org="io.smallrye" name="smallrye-opentracing-release" rev="1.3.2">
<artifact name="smallrye-opentracing-release" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-opentracing-release', version='1.3.2')
)
libraryDependencies += "io.smallrye" % "smallrye-opentracing-release" % "1.3.2"
[io.smallrye/smallrye-opentracing-release "1.3.2"]