MVN

com.nike.wingtips : wingtips-zipkin2-spring-boot

Maven & Gradle

Feb 01, 2022
328 stars

wingtips-zipkin2-spring-boot · Wingtips module wingtips-zipkin2-spring-boot

<dependency>
    <groupId>com.nike.wingtips</groupId>
    <artifactId>wingtips-zipkin2-spring-boot</artifactId>
    <version>0.24.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nike.wingtips : wingtips-zipkin2-spring-boot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.24.2

All Versions

Choose a version of com.nike.wingtips : wingtips-zipkin2-spring-boot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.24.x
wingtips-zipkin2-spring-boot-0.24.2
wingtips-zipkin2-spring-boot-0.24.1
wingtips-zipkin2-spring-boot-0.24.0
0.23.x
wingtips-zipkin2-spring-boot-0.23.1
wingtips-zipkin2-spring-boot-0.23.0
0.22.x
wingtips-zipkin2-spring-boot-0.22.1
wingtips-zipkin2-spring-boot-0.22.0
0.21.x
wingtips-zipkin2-spring-boot-0.21.0
0.20.x
wingtips-zipkin2-spring-boot-0.20.1
wingtips-zipkin2-spring-boot-0.20.0
0.19.x
wingtips-zipkin2-spring-boot-0.19.2
wingtips-zipkin2-spring-boot-0.19.1
wingtips-zipkin2-spring-boot-0.19.0
0.18.x
wingtips-zipkin2-spring-boot-0.18.1
wingtips-zipkin2-spring-boot-0.18.0
0.17.x
wingtips-zipkin2-spring-boot-0.17.0
0.16.x
wingtips-zipkin2-spring-boot-0.16.0
0.15.x
wingtips-zipkin2-spring-boot-0.15.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nike.wingtips</groupId>
    <artifactId>wingtips-zipkin2-spring-boot</artifactId>
    <version>0.24.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nike.wingtips : wingtips-zipkin2-spring-boot gradle dependency to your build.gradle file:

implementation 'com.nike.wingtips:wingtips-zipkin2-spring-boot:0.24.2'

Gradle Kotlin DSL: Add the following com.nike.wingtips : wingtips-zipkin2-spring-boot gradle kotlin dependency to your build.gradle.kts file:

implementation("com.nike.wingtips:wingtips-zipkin2-spring-boot:0.24.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nike.wingtips : wingtips-zipkin2-spring-boot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nike.wingtips" % "wingtips-zipkin2-spring-boot" % "0.24.2"