MVN

com.feedzai.commons.tracing : tracing-lib-logger

Maven & Gradle

Aug 12, 2019
2 usages
2 stars
<dependency>
    <groupId>com.feedzai.commons.tracing</groupId>
    <artifactId>tracing-lib-logger</artifactId>
    <version>0.1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.feedzai.commons.tracing : tracing-lib-logger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.17

All Versions

Choose a version of com.feedzai.commons.tracing : tracing-lib-logger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
tracing-lib-logger-0.1.17
tracing-lib-logger-0.1.16
tracing-lib-logger-0.1.15
tracing-lib-logger-0.1.13
tracing-lib-logger-0.1.12
tracing-lib-logger-0.1.11

How to add a dependency to Maven

Add the following com.feedzai.commons.tracing : tracing-lib-logger maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.feedzai.commons.tracing</groupId>
    <artifactId>tracing-lib-logger</artifactId>
    <version>0.1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.feedzai.commons.tracing : tracing-lib-logger gradle dependency to your build.gradle file:

implementation 'com.feedzai.commons.tracing:tracing-lib-logger:0.1.17'

Gradle Kotlin DSL: Add the following com.feedzai.commons.tracing : tracing-lib-logger gradle kotlin dependency to your build.gradle.kts file:

implementation("com.feedzai.commons.tracing:tracing-lib-logger:0.1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.feedzai.commons.tracing : tracing-lib-logger sbt scala dependency to your build.sbt file:

libraryDependencies += "com.feedzai.commons.tracing" % "tracing-lib-logger" % "0.1.17"

Advertisement