s

smallrye-opentracing-release

Empty Release Project to Avoid Maven Bug
Files download
File Operation
smallrye-opentracing-release-3.0.3.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-opentracing-release</artifactId>
  <version>3.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-opentracing-release:3.0.3'
Gradle Kotlin
implementation("io.smallrye:smallrye-opentracing-release:3.0.3")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-opentracing-release" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-opentracing-release', version='3.0.3')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-opentracing-release" rev="3.0.3" />
Leiningen
[io.smallrye/smallrye-opentracing-release "3.0.3"]
Apache Buildr
'io.smallrye:smallrye-opentracing-release:jar:3.0.3'