GroupId | GroupIdio.lighty.resources |
---|---|
ArtifactId | ArtifactIdlog4j-properties |
Version | Version9.1.3 |
Type | Typejar |
Filename | Size |
---|---|
log4j-properties-9.1.3.pom | |
log4j-properties-9.1.3.jar | 1 KB |
log4j-properties-9.1.3-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>9.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/
implementation 'io.lighty.resources:log4j-properties:9.1.3'
// https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/
implementation ("io.lighty.resources:log4j-properties:9.1.3")
'io.lighty.resources:log4j-properties:jar:9.1.3'
<dependency org="io.lighty.resources" name="log4j-properties" rev="9.1.3">
<artifact name="log4j-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.resources', module='log4j-properties', version='9.1.3')
)
libraryDependencies += "io.lighty.resources" % "log4j-properties" % "9.1.3"
[io.lighty.resources/log4j-properties "9.1.3"]