l

log4j2-plus-spring-boot-starter

Spring Boot Starter For Log4j 2.x
https://github.com/hiwepy/${project.artifactId}
The Apache Software License, Version 2.0
wandl
Files download
File Operation
log4j2-plus-spring-boot-starter-2.0.0.RELEASE.jar download
log4j2-plus-spring-boot-starter-2.0.0.RELEASE.pom download
log4j2-plus-spring-boot-starter-2.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.hiwepy</groupId>
  <artifactId>log4j2-plus-spring-boot-starter</artifactId>
  <version>2.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.hiwepy:log4j2-plus-spring-boot-starter:2.0.0.RELEASE'
Gradle Kotlin
implementation("com.github.hiwepy:log4j2-plus-spring-boot-starter:2.0.0.RELEASE")
Scala SBT
libraryDependencies += "com.github.hiwepy" % "log4j2-plus-spring-boot-starter" % "2.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.hiwepy', module='log4j2-plus-spring-boot-starter', version='2.0.0.RELEASE')
)
Apache Ivy
<dependency org="com.github.hiwepy" name="log4j2-plus-spring-boot-starter" rev="2.0.0.RELEASE" />
Leiningen
[com.github.hiwepy/log4j2-plus-spring-boot-starter "2.0.0.RELEASE"]
Apache Buildr
'com.github.hiwepy:log4j2-plus-spring-boot-starter:jar:2.0.0.RELEASE'