License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-opentracing-release-1.3 |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionEmpty Release Project to Avoid Maven Bug
Empty Release Project to Avoid Maven Bug
|
Filename | Size |
---|---|
smallrye-opentracing-release-1.3-1.0.0.pom | 685 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing-release-1.3/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-opentracing-release-1.3</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing-release-1.3/
implementation 'io.smallrye:smallrye-opentracing-release-1.3:1.0.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-opentracing-release-1.3/
implementation ("io.smallrye:smallrye-opentracing-release-1.3:1.0.0")
'io.smallrye:smallrye-opentracing-release-1.3:pom:1.0.0'
<dependency org="io.smallrye" name="smallrye-opentracing-release-1.3" rev="1.0.0">
<artifact name="smallrye-opentracing-release-1.3" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-opentracing-release-1.3', version='1.0.0')
)
libraryDependencies += "io.smallrye" % "smallrye-opentracing-release-1.3" % "1.0.0"
[io.smallrye/smallrye-opentracing-release-1.3 "1.0.0"]