MVN

com.pinterest.singer : singer-commons

Maven & Gradle

Jan 28, 2021
2 usages
134 stars

Singer configuration and audit client library

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

Latest Version

Choose a version of com.pinterest.singer : singer-commons 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 : singer-commons to add to Maven or Gradle - All Versions:

  • Version Updated
  • singer-commons-0.8.0.40

    Jan 28, 2021
  • singer-commons-0.8.0.39

    Nov 09, 2020
  • singer-commons-0.8.0.37

    Oct 16, 2020
  • singer-commons-0.8.0.28

    Aug 22, 2020
  • singer-commons-0.8.0.27

    Aug 21, 2020
  • singer-commons-0.8.0.24

    Aug 06, 2020
  • singer-commons-0.8.0.23

    Aug 05, 2020
  • singer-commons-0.8.0.22

    Aug 03, 2020
  • singer-commons-0.8.0.10

    Apr 14, 2020
  • singer-commons-0.8.0.6

    Mar 27, 2020
  • singer-commons-0.8.0.5

    Mar 20, 2020
  • singer-commons-0.8.0.1

    Jan 28, 2020
  • singer-commons-0.8.0

    Jan 17, 2020
  • singer-commons-0.8.0-rc.6

    Jan 09, 2020
  • singer-commons-0.8.0-rc.5

    Dec 19, 2019
  • singer-commons-0.8.0-rc.4

    Dec 18, 2019
  • singer-commons-0.8.0-rc.3

    Dec 17, 2019
  • singer-commons-0.8.0-rc.2

    Nov 26, 2019
  • singer-commons-0.8.0-rc.1

    Oct 17, 2019

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.pinterest.singer:singer-commons:0.8.0.40'

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

implementation("com.pinterest.singer:singer-commons:0.8.0.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.pinterest.singer" % "singer-commons" % "0.8.0.40"