License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Logging Application Layer Libs |
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-spring-boot |
Last Version | Last Version2.17.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Log4j Spring Boot Support
Apache Log4j Spring Boot Support
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4j-spring-boot-2.17.2.pom | |
log4j-spring-boot-2.17.2.jar | 20 KB |
log4j-spring-boot-2.17.2-test-sources.jar | 11 KB |
log4j-spring-boot-2.17.2-sources.jar | 16 KB |
log4j-spring-boot-2.17.2-javadoc.jar | 387 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-spring-boot/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-spring-boot</artifactId>
<version>2.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-spring-boot/
implementation 'org.apache.logging.log4j:log4j-spring-boot:2.17.2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-spring-boot/
implementation ("org.apache.logging.log4j:log4j-spring-boot:2.17.2")
'org.apache.logging.log4j:log4j-spring-boot:jar:2.17.2'
<dependency org="org.apache.logging.log4j" name="log4j-spring-boot" rev="2.17.2">
<artifact name="log4j-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-spring-boot', version='2.17.2')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-spring-boot" % "2.17.2"
[org.apache.logging.log4j/log4j-spring-boot "2.17.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot | jar | |
org.springframework : spring-context | jar | 5.3.15 |
org.springframework : spring-context-support | jar | 5.3.15 |
commons-logging : commons-logging | jar | 1.2 |
org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.apache.logging.log4j : log4j-api | test-jar | 2.17.2 |
org.junit.platform : junit-platform-commons | jar | 1.8.2 |
org.junit-pioneer : junit-pioneer | jar | 1.6.1 |
org.hamcrest : hamcrest | jar | 2.2 |
org.apache.logging.log4j : log4j-jcl | jar | 2.17.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.apache.logging.log4j : log4j-core | test-jar | 2.17.2 |
org.springframework.boot : spring-boot-starter-test | jar | 2.5.7 |