is not current version
Last Version 2.7.1

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

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-log4j2
Version

Version

1.4.4.RELEASE
Type

Type

jar

Download spring-boot-starter-log4j2 1.4.4.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>1.4.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-log4j2/
implementation 'org.springframework.boot:spring-boot-starter-log4j2:1.4.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-log4j2/
implementation ("org.springframework.boot:spring-boot-starter-log4j2:1.4.4.RELEASE")
'org.springframework.boot:spring-boot-starter-log4j2:jar:1.4.4.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-log4j2" rev="1.4.4.RELEASE">
  <artifact name="spring-boot-starter-log4j2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-log4j2', version='1.4.4.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-log4j2" % "1.4.4.RELEASE"
[org.springframework.boot/spring-boot-starter-log4j2 "1.4.4.RELEASE"]