Files download
File Operation
logging-2.0.17.jar download
logging-2.0.17.pom download
logging-2.0.17-sources.jar download
Apache Maven
<dependency>
  <groupId>com.spotify</groupId>
  <artifactId>logging</artifactId>
  <version>2.0.17</version>
</dependency>
Gradle Groovy
implementation 'com.spotify:logging:2.0.17'
Gradle Kotlin
implementation("com.spotify:logging:2.0.17")
Scala SBT
libraryDependencies += "com.spotify" % "logging" % "2.0.17"
Groovy Grape
@Grapes(
  @Grab(group='com.spotify', module='logging', version='2.0.17')
)
Apache Ivy
<dependency org="com.spotify" name="logging" rev="2.0.17" />
Leiningen
[com.spotify/logging "2.0.17"]
Apache Buildr
'com.spotify:logging:jar:2.0.17'