MVN

io.janstenpickle : trace4cats-http4s-server-zio_2.13

Maven & Gradle

Oct 29, 2020
180 stars

trace4cats-http4s-server-zio · trace4cats-http4s-server-zio

<dependency>
    <groupId>io.janstenpickle</groupId>
    <artifactId>trace4cats-http4s-server-zio_2.13</artifactId>
    <version>0.6.0+17-ebfd789c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.janstenpickle : trace4cats-http4s-server-zio_2.13 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.0+17-ebfd789c

All Versions

Choose a version of io.janstenpickle : trace4cats-http4s-server-zio_2.13 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
trace4cats-http4s-server-zio_2.13-0.6.0
trace4cats-http4s-server-zio_2.13-0.6.0+17-ebfd789c
trace4cats-http4s-server-zio_2.13-0.6.0+14-68725e97
trace4cats-http4s-server-zio_2.13-0.6.0+13-ef91afe7
trace4cats-http4s-server-zio_2.13-0.6.0+11-873b4710
trace4cats-http4s-server-zio_2.13-0.6.0+8-92cd29af
trace4cats-http4s-server-zio_2.13-0.6.0+6-fbfaa374
trace4cats-http4s-server-zio_2.13-0.6.0+2-fc7e40e9
0.5.x
trace4cats-http4s-server-zio_2.13-0.5.2
trace4cats-http4s-server-zio_2.13-0.5.1
trace4cats-http4s-server-zio_2.13-0.5.0
trace4cats-http4s-server-zio_2.13-0.5.1+2-8533a57d
0.4.x
trace4cats-http4s-server-zio_2.13-0.4.0+53-6e73e55e
trace4cats-http4s-server-zio_2.13-0.4.0+51-f07a1f42
trace4cats-http4s-server-zio_2.13-0.4.0+47-80ce121f
trace4cats-http4s-server-zio_2.13-0.4.0+41-2c78899a
trace4cats-http4s-server-zio_2.13-0.4.0+26-5dfd44a5

How to add a dependency to Maven

Add the following io.janstenpickle : trace4cats-http4s-server-zio_2.13 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.janstenpickle</groupId>
    <artifactId>trace4cats-http4s-server-zio_2.13</artifactId>
    <version>0.6.0+17-ebfd789c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.janstenpickle : trace4cats-http4s-server-zio_2.13 gradle dependency to your build.gradle file:

implementation 'io.janstenpickle:trace4cats-http4s-server-zio_2.13:0.6.0+17-ebfd789c'

Gradle Kotlin DSL: Add the following io.janstenpickle : trace4cats-http4s-server-zio_2.13 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.janstenpickle:trace4cats-http4s-server-zio_2.13:0.6.0+17-ebfd789c")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.janstenpickle : trace4cats-http4s-server-zio_2.13 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.janstenpickle" % "trace4cats-http4s-server-zio_2.13" % "0.6.0+17-ebfd789c"

Advertisement