| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.avaje |
| Идентификатор | Идентификаторlog4j |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent for avaje java8 open source projects.
|
| Имя Файла | Размер |
|---|---|
| log4j-1.0.pom | |
| log4j-1.0.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.avaje/log4j/ -->
<dependency>
<groupId>io.avaje</groupId>
<artifactId>log4j</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.avaje/log4j/
implementation 'io.avaje:log4j:1.0'
// https://jarcasting.com/artifacts/io.avaje/log4j/
implementation ("io.avaje:log4j:1.0")
'io.avaje:log4j:jar:1.0'
<dependency org="io.avaje" name="log4j" rev="1.0">
<artifact name="log4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.avaje', module='log4j', version='1.0')
)
libraryDependencies += "io.avaje" % "log4j" % "1.0"
[io.avaje/log4j "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.logging.log4j : log4j-core | jar | 2.14.1 |
| org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.14.1 |
| com.lmax : disruptor | jar | 3.4.4 |