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