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