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