не последняя версия
Последняя версия 2.7.1

org.springframework.boot:spring-boot-starter-log4j2 2.2.12.RELEASE

Starter for using Log4j2 for logging. An alternative to spring-boot-starter-logging

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.springframework.boot
Идентификатор

Идентификатор

spring-boot-starter-log4j2
Версия

Версия

2.2.12.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-log4j2 2.2.12.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-log4j2/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-log4j2</artifactId>
    <version>2.2.12.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-log4j2/
implementation 'org.springframework.boot:spring-boot-starter-log4j2:2.2.12.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-log4j2/
implementation ("org.springframework.boot:spring-boot-starter-log4j2:2.2.12.RELEASE")
'org.springframework.boot:spring-boot-starter-log4j2:jar:2.2.12.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-log4j2" rev="2.2.12.RELEASE">
  <artifact name="spring-boot-starter-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-log4j2', version='2.2.12.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-log4j2" % "2.2.12.RELEASE"
[org.springframework.boot/spring-boot-starter-log4j2 "2.2.12.RELEASE"]