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