Categories |
CategoriesCLI User Interface Logbook Application Layer Libs Logging |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdlogbook-httpclient |
Version | Version1.10.0 |
Type | Typejar |
Filename | Size |
---|---|
logbook-httpclient-1.10.0.pom | |
logbook-httpclient-1.10.0.jar | 14 KB |
logbook-httpclient-1.10.0-sources.jar | 7 KB |
logbook-httpclient-1.10.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/logbook-httpclient/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>logbook-httpclient</artifactId>
<version>1.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/logbook-httpclient/
implementation 'org.zalando:logbook-httpclient:1.10.0'
// https://jarcasting.com/artifacts/org.zalando/logbook-httpclient/
implementation ("org.zalando:logbook-httpclient:1.10.0")
'org.zalando:logbook-httpclient:jar:1.10.0'
<dependency org="org.zalando" name="logbook-httpclient" rev="1.10.0">
<artifact name="logbook-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='logbook-httpclient', version='1.10.0')
)
libraryDependencies += "org.zalando" % "logbook-httpclient" % "1.10.0"
[org.zalando/logbook-httpclient "1.10.0"]