MVN

net.rakugakibox.spring.boot : logback-access-spring-boot-starter

Maven & Gradle

Oct 24, 2021
4 usages
180 stars

logback-access-spring-boot-starter · Spring Boot Starter for Logback-access

<dependency>
    <groupId>net.rakugakibox.spring.boot</groupId>
    <artifactId>logback-access-spring-boot-starter</artifactId>
    <version>2.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.rakugakibox.spring.boot : logback-access-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.12.0

All Versions

Choose a version of net.rakugakibox.spring.boot : logback-access-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.12.x
logback-access-spring-boot-starter-2.12.0
2.11.x
logback-access-spring-boot-starter-2.11.0
2.10.x
logback-access-spring-boot-starter-2.10.0
2.9.x
logback-access-spring-boot-starter-2.9.0
2.8.x
logback-access-spring-boot-starter-2.8.0
2.7.x
logback-access-spring-boot-starter-2.7.1
logback-access-spring-boot-starter-2.7.0
2.6.x
logback-access-spring-boot-starter-2.6.0
2.5.x
logback-access-spring-boot-starter-2.5.0
2.4.x
logback-access-spring-boot-starter-2.4.0
2.3.x
logback-access-spring-boot-starter-2.3.0
2.2.x
logback-access-spring-boot-starter-2.2.0
2.1.x
logback-access-spring-boot-starter-2.1.0
2.0.x
logback-access-spring-boot-starter-2.0.0

How to add a dependency to Maven

Add the following net.rakugakibox.spring.boot : logback-access-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.rakugakibox.spring.boot</groupId>
    <artifactId>logback-access-spring-boot-starter</artifactId>
    <version>2.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.rakugakibox.spring.boot : logback-access-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'net.rakugakibox.spring.boot:logback-access-spring-boot-starter:2.12.0'

Gradle Kotlin DSL: Add the following net.rakugakibox.spring.boot : logback-access-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("net.rakugakibox.spring.boot:logback-access-spring-boot-starter:2.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.rakugakibox.spring.boot : logback-access-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "net.rakugakibox.spring.boot" % "logback-access-spring-boot-starter" % "2.12.0"