Categories |
CategoriesLogbook Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdlogbook-core |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
logbook-core-2.8.0.pom | |
logbook-core-2.8.0.jar | 64 KB |
logbook-core-2.8.0-sources.jar | 27 KB |
logbook-core-2.8.0-javadoc.jar | 501 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/logbook-core/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-core</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/logbook-core/
implementation 'org.zalando:logbook-core:2.8.0'
// https://jarcasting.com/artifacts/org.zalando/logbook-core/
implementation ("org.zalando:logbook-core:2.8.0")
'org.zalando:logbook-core:jar:2.8.0'
<dependency org="org.zalando" name="logbook-core" rev="2.8.0">
<artifact name="logbook-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-core', version='2.8.0')
)
libraryDependencies += "org.zalando" % "logbook-core" % "2.8.0"
[org.zalando/logbook-core "2.8.0"]