Categories |
CategoriesSpring Boot Container Microservices Logbook Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdlogbook-spring-boot-starter |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.zalando/logbook-spring-boot-starter/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-spring-boot-starter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/logbook-spring-boot-starter/
implementation 'org.zalando:logbook-spring-boot-starter:1.1.1'
// https://jarcasting.com/artifacts/org.zalando/logbook-spring-boot-starter/
implementation ("org.zalando:logbook-spring-boot-starter:1.1.1")
'org.zalando:logbook-spring-boot-starter:jar:1.1.1'
<dependency org="org.zalando" name="logbook-spring-boot-starter" rev="1.1.1">
<artifact name="logbook-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-spring-boot-starter', version='1.1.1')
)
libraryDependencies += "org.zalando" % "logbook-spring-boot-starter" % "1.1.1"
[org.zalando/logbook-spring-boot-starter "1.1.1"]