s

singer-commons

Singer configuration and audit client library
Yu Yang Ambud Sharma Heng Zhang
Files download
File Operation
singer-commons-0.8.0.39.jar download
singer-commons-0.8.0.39.pom download
singer-commons-0.8.0.39-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pinterest.singer</groupId>
  <artifactId>singer-commons</artifactId>
  <version>0.8.0.39</version>
</dependency>
Gradle Groovy
implementation 'com.pinterest.singer:singer-commons:0.8.0.39'
Gradle Kotlin
implementation("com.pinterest.singer:singer-commons:0.8.0.39")
Scala SBT
libraryDependencies += "com.pinterest.singer" % "singer-commons" % "0.8.0.39"
Groovy Grape
@Grapes(
  @Grab(group='com.pinterest.singer', module='singer-commons', version='0.8.0.39')
)
Apache Ivy
<dependency org="com.pinterest.singer" name="singer-commons" rev="0.8.0.39" />
Leiningen
[com.pinterest.singer/singer-commons "0.8.0.39"]
Apache Buildr
'com.pinterest.singer:singer-commons:jar:0.8.0.39'