| GroupId | GroupIdio.lighty.resources |
|---|---|
| ArtifactId | ArtifactIdlog4j-properties |
| Version | Version10.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| log4j-properties-10.2.1.pom | |
| log4j-properties-10.2.1.jar | 1 KB |
| log4j-properties-10.2.1-sources.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/ -->
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>log4j-properties</artifactId>
<version>10.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/
implementation 'io.lighty.resources:log4j-properties:10.2.1'
// https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/
implementation ("io.lighty.resources:log4j-properties:10.2.1")
'io.lighty.resources:log4j-properties:jar:10.2.1'
<dependency org="io.lighty.resources" name="log4j-properties" rev="10.2.1">
<artifact name="log4j-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.resources', module='log4j-properties', version='10.2.1')
)
libraryDependencies += "io.lighty.resources" % "log4j-properties" % "10.2.1"
[io.lighty.resources/log4j-properties "10.2.1"]