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