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