s

smallrye-opentracing-release-1.3

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