| Группа | Группаio.lighty.resources |
|---|---|
| Идентификатор | Идентификаторlog4j-properties |
| Версия | Версия8.4.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| log4j-properties-8.4.3.pom | |
| log4j-properties-8.4.3.jar | 1 KB |
| log4j-properties-8.4.3-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/ -->
<dependency>
<groupId>io.lighty.resources</groupId>
<artifactId>log4j-properties</artifactId>
<version>8.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/
implementation 'io.lighty.resources:log4j-properties:8.4.3'
// https://jarcasting.com/artifacts/io.lighty.resources/log4j-properties/
implementation ("io.lighty.resources:log4j-properties:8.4.3")
'io.lighty.resources:log4j-properties:jar:8.4.3'
<dependency org="io.lighty.resources" name="log4j-properties" rev="8.4.3">
<artifact name="log4j-properties" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.lighty.resources', module='log4j-properties', version='8.4.3')
)
libraryDependencies += "io.lighty.resources" % "log4j-properties" % "8.4.3"
[io.lighty.resources/log4j-properties "8.4.3"]