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