is not current version
Last Version 2.3.3

com.spotify:logging 2.1.0

Support classes for logging using logback and slf4j

Categories

Categories

Logging Application Layer Libs
GroupId

GroupId

com.spotify
ArtifactId

ArtifactId

logging
Version

Version

2.1.0
Type

Type

jar

Download logging 2.1.0


<!-- https://jarcasting.com/artifacts/com.spotify/logging/ -->
<dependency>
    <groupId>com.spotify</groupId>
    <artifactId>logging</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/logging/
implementation 'com.spotify:logging:2.1.0'
// https://jarcasting.com/artifacts/com.spotify/logging/
implementation ("com.spotify:logging:2.1.0")
'com.spotify:logging:jar:2.1.0'
<dependency org="com.spotify" name="logging" rev="2.1.0">
  <artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='logging', version='2.1.0')
)
libraryDependencies += "com.spotify" % "logging" % "2.1.0"
[com.spotify/logging "2.1.0"]