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