MVN

com.pinterest.singer : singer-commons

Maven & Gradle

Jan 28, 2021
2 usages
170 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 Vulnerabilities Updated
0.8.x
singer-commons-0.8.0.40
singer-commons-0.8.0.39
singer-commons-0.8.0.37
singer-commons-0.8.0.28
singer-commons-0.8.0.27
singer-commons-0.8.0.24
singer-commons-0.8.0.23
singer-commons-0.8.0.22
singer-commons-0.8.0.10
singer-commons-0.8.0.6
singer-commons-0.8.0.5
singer-commons-0.8.0.1
singer-commons-0.8.0
singer-commons-0.8.0-rc.6
singer-commons-0.8.0-rc.5
singer-commons-0.8.0-rc.4
singer-commons-0.8.0-rc.3
singer-commons-0.8.0-rc.2
singer-commons-0.8.0-rc.1

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"

Advertisement