MVN

com.github.skjolber.json-log-filter : spring-boot-starter-logbook

Maven & Gradle

Jul 02, 2023
1 usages
7 stars
<dependency>
    <groupId>com.github.skjolber.json-log-filter</groupId>
    <artifactId>spring-boot-starter-logbook</artifactId>
    <version>4.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.skjolber.json-log-filter : spring-boot-starter-logbook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.4

All Versions

Choose a version of com.github.skjolber.json-log-filter : spring-boot-starter-logbook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
spring-boot-starter-logbook-4.0.4
spring-boot-starter-logbook-4.0.3
spring-boot-starter-logbook-4.0.2
spring-boot-starter-logbook-4.0.1
spring-boot-starter-logbook-4.0.0
3.0.x
spring-boot-starter-logbook-3.0.2
spring-boot-starter-logbook-3.0.1
spring-boot-starter-logbook-3.0.0
2.1.x
spring-boot-starter-logbook-2.1.2
spring-boot-starter-logbook-2.1.1
spring-boot-starter-logbook-2.1.0
2.0.x
spring-boot-starter-logbook-2.0.1
1.0.x
spring-boot-starter-logbook-1.0.21
spring-boot-starter-logbook-1.0.20
spring-boot-starter-logbook-1.0.19
spring-boot-starter-logbook-1.0.16
spring-boot-starter-logbook-1.0.15
spring-boot-starter-logbook-1.0.14
spring-boot-starter-logbook-1.0.13
spring-boot-starter-logbook-1.0.12
spring-boot-starter-logbook-1.0.11

How to add a dependency to Maven

Add the following com.github.skjolber.json-log-filter : spring-boot-starter-logbook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.skjolber.json-log-filter</groupId>
    <artifactId>spring-boot-starter-logbook</artifactId>
    <version>4.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.skjolber.json-log-filter : spring-boot-starter-logbook gradle dependency to your build.gradle file:

implementation 'com.github.skjolber.json-log-filter:spring-boot-starter-logbook:4.0.4'

Gradle Kotlin DSL: Add the following com.github.skjolber.json-log-filter : spring-boot-starter-logbook gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.skjolber.json-log-filter:spring-boot-starter-logbook:4.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.skjolber.json-log-filter : spring-boot-starter-logbook sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.skjolber.json-log-filter" % "spring-boot-starter-logbook" % "4.0.4"

Advertisement