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