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