MVN

io.janstenpickle : trace4cats-tail-sampling-redis-store_3

Maven & Gradle

Jul 31, 2022
1 stars

trace4cats-tail-sampling-redis-store · trace4cats-tail-sampling-redis-store

<dependency>
    <groupId>io.janstenpickle</groupId>
    <artifactId>trace4cats-tail-sampling-redis-store_3</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.janstenpickle : trace4cats-tail-sampling-redis-store_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0
  • Latest Release Candidate: 0.12.0-RC2+5-27f2d513

All Versions

Choose a version of io.janstenpickle : trace4cats-tail-sampling-redis-store_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14.x
trace4cats-tail-sampling-redis-store_3-0.14.0
0.13.x
trace4cats-tail-sampling-redis-store_3-0.13.1
trace4cats-tail-sampling-redis-store_3-0.13.0
trace4cats-tail-sampling-redis-store_3-0.13.1+38-213a14c1
trace4cats-tail-sampling-redis-store_3-0.13.1+35-38bb8a82
trace4cats-tail-sampling-redis-store_3-0.13.1+31-9657d41e
trace4cats-tail-sampling-redis-store_3-0.13.1+24-5aeb964e
trace4cats-tail-sampling-redis-store_3-0.13.1+26-65dada54
trace4cats-tail-sampling-redis-store_3-0.13.1+28-0839dd25
trace4cats-tail-sampling-redis-store_3-0.13.1+16-f4b6dc0d
0.12.x
trace4cats-tail-sampling-redis-store_3-0.12.0
trace4cats-tail-sampling-redis-store_3-0.12.0-RC2+5-27f2d513
trace4cats-tail-sampling-redis-store_3-0.12.0-RC2+4-de05e2be

How to add a dependency to Maven

Add the following io.janstenpickle : trace4cats-tail-sampling-redis-store_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.janstenpickle</groupId>
    <artifactId>trace4cats-tail-sampling-redis-store_3</artifactId>
    <version>0.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.janstenpickle : trace4cats-tail-sampling-redis-store_3 gradle dependency to your build.gradle file:

implementation 'io.janstenpickle:trace4cats-tail-sampling-redis-store_3:0.14.0'

Gradle Kotlin DSL: Add the following io.janstenpickle : trace4cats-tail-sampling-redis-store_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.janstenpickle:trace4cats-tail-sampling-redis-store_3:0.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.janstenpickle : trace4cats-tail-sampling-redis-store_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.janstenpickle" % "trace4cats-tail-sampling-redis-store_3" % "0.14.0"