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