Categories |
CategoriesIDE Development Tools CLI User Interface Riptide Net HTTP Clients |
---|---|
GroupId | GroupIdorg.zalando |
ArtifactId | ArtifactIdriptide-httpclient |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
riptide-httpclient-2.3.0.pom | |
riptide-httpclient-2.3.0.jar | 7 KB |
riptide-httpclient-2.3.0-sources.jar | 4 KB |
riptide-httpclient-2.3.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.zalando/riptide-httpclient/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>riptide-httpclient</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/riptide-httpclient/
implementation 'org.zalando:riptide-httpclient:2.3.0'
// https://jarcasting.com/artifacts/org.zalando/riptide-httpclient/
implementation ("org.zalando:riptide-httpclient:2.3.0")
'org.zalando:riptide-httpclient:jar:2.3.0'
<dependency org="org.zalando" name="riptide-httpclient" rev="2.3.0">
<artifact name="riptide-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='riptide-httpclient', version='2.3.0')
)
libraryDependencies += "org.zalando" % "riptide-httpclient" % "2.3.0"
[org.zalando/riptide-httpclient "2.3.0"]