Files download
File Operation
spring-boot-starter-log4j2-biz-1.0.0.RELEASE.jar download
spring-boot-starter-log4j2-biz-1.0.0.RELEASE.pom download
spring-boot-starter-log4j2-biz-1.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.vindell</groupId>
  <artifactId>spring-boot-starter-log4j2-biz</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.vindell:spring-boot-starter-log4j2-biz:1.0.0.RELEASE'
Gradle Kotlin
implementation("com.github.vindell:spring-boot-starter-log4j2-biz:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "com.github.vindell" % "spring-boot-starter-log4j2-biz" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.vindell', module='spring-boot-starter-log4j2-biz', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="com.github.vindell" name="spring-boot-starter-log4j2-biz" rev="1.0.0.RELEASE" />
Leiningen
[com.github.vindell/spring-boot-starter-log4j2-biz "1.0.0.RELEASE"]
Apache Buildr
'com.github.vindell:spring-boot-starter-log4j2-biz:jar:1.0.0.RELEASE'