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