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