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