MVN

com.trasier : trasier-client-spring-boot-opentracing

Maven & Gradle

Oct 04, 2018
1 usages
<dependency>
    <groupId>com.trasier</groupId>
    <artifactId>trasier-client-spring-boot-opentracing</artifactId>
    <version>0.10.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trasier : trasier-client-spring-boot-opentracing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.10.1

All Versions

Choose a version of com.trasier : trasier-client-spring-boot-opentracing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.10.x
trasier-client-spring-boot-opentracing-0.10.1
trasier-client-spring-boot-opentracing-0.10.0
0.9.x
trasier-client-spring-boot-opentracing-0.9.26
trasier-client-spring-boot-opentracing-0.9.25
trasier-client-spring-boot-opentracing-0.9.24
trasier-client-spring-boot-opentracing-0.9.23
trasier-client-spring-boot-opentracing-0.9.22
trasier-client-spring-boot-opentracing-0.9.20
trasier-client-spring-boot-opentracing-0.9.18
trasier-client-spring-boot-opentracing-0.9.17
trasier-client-spring-boot-opentracing-0.9.16
trasier-client-spring-boot-opentracing-0.9.15
trasier-client-spring-boot-opentracing-0.9.14
trasier-client-spring-boot-opentracing-0.9.13

How to add a dependency to Maven

Add the following com.trasier : trasier-client-spring-boot-opentracing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trasier</groupId>
    <artifactId>trasier-client-spring-boot-opentracing</artifactId>
    <version>0.10.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trasier : trasier-client-spring-boot-opentracing gradle dependency to your build.gradle file:

implementation 'com.trasier:trasier-client-spring-boot-opentracing:0.10.1'

Gradle Kotlin DSL: Add the following com.trasier : trasier-client-spring-boot-opentracing gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trasier:trasier-client-spring-boot-opentracing:0.10.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trasier : trasier-client-spring-boot-opentracing sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trasier" % "trasier-client-spring-boot-opentracing" % "0.10.1"