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