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