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