| Categories |
CategoriesLogging Application Layer Libs |
|---|---|
| GroupId | GroupIdcom.spotify |
| ArtifactId | ArtifactIdlogging |
| Version | Version2.2.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| logging-2.2.6.pom | |
| logging-2.2.6.jar | 24 KB |
| logging-2.2.6-sources.jar | 18 KB |
| logging-2.2.6-javadoc.jar | 109 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/logging/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>logging</artifactId>
<version>2.2.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/logging/
implementation 'com.spotify:logging:2.2.6'
// https://jarcasting.com/artifacts/com.spotify/logging/
implementation ("com.spotify:logging:2.2.6")
'com.spotify:logging:jar:2.2.6'
<dependency org="com.spotify" name="logging" rev="2.2.6">
<artifact name="logging" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='logging', version='2.2.6')
)
libraryDependencies += "com.spotify" % "logging" % "2.2.6"
[com.spotify/logging "2.2.6"]