MVN

com.pinterest.singer : thrift-logger

Maven & Gradle

Jan 28, 2021
1 usages
162 stars

Logging Agent Writer Client

<dependency>
    <groupId>com.pinterest.singer</groupId>
    <artifactId>thrift-logger</artifactId>
    <version>0.8.0.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pinterest.singer : thrift-logger to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.0.40
  • Latest Release Candidate: 0.8.0-rc.6

All Versions

Choose a version of com.pinterest.singer : thrift-logger to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
thrift-logger-0.8.0.40
thrift-logger-0.8.0.39
thrift-logger-0.8.0.37
thrift-logger-0.8.0.28
thrift-logger-0.8.0.27
thrift-logger-0.8.0.24
thrift-logger-0.8.0.23
thrift-logger-0.8.0.22
thrift-logger-0.8.0.10
thrift-logger-0.8.0.6
thrift-logger-0.8.0.5
thrift-logger-0.8.0.1
thrift-logger-0.8.0
thrift-logger-0.8.0-rc.6
thrift-logger-0.8.0-rc.5
thrift-logger-0.8.0-rc.4
thrift-logger-0.8.0-rc.3
thrift-logger-0.8.0-rc.2
thrift-logger-0.8.0-rc.1
0.7.x
thrift-logger-0.7.3.31
thrift-logger-0.7.3.30
thrift-logger-0.7.3.29
thrift-logger-0.7.3.28
thrift-logger-0.7.3.27
thrift-logger-0.7.3.25
thrift-logger-0.7.3.21

How to add a dependency to Maven

Add the following com.pinterest.singer : thrift-logger maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pinterest.singer</groupId>
    <artifactId>thrift-logger</artifactId>
    <version>0.8.0.40</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pinterest.singer : thrift-logger gradle dependency to your build.gradle file:

implementation 'com.pinterest.singer:thrift-logger:0.8.0.40'

Gradle Kotlin DSL: Add the following com.pinterest.singer : thrift-logger gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pinterest.singer:thrift-logger:0.8.0.40")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pinterest.singer : thrift-logger sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pinterest.singer" % "thrift-logger" % "0.8.0.40"

Advertisement