Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.cloudhopper |
ArtifactId | ArtifactIdch-httpclient-util |
Version | Version1.5.1 |
Type | Typejar |
Filename | Size |
---|---|
ch-httpclient-util-1.5.1.pom | |
ch-httpclient-util-1.5.1.jar | 66 KB |
ch-httpclient-util-1.5.1-sources.jar | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cloudhopper/ch-httpclient-util/ -->
<dependency>
<groupId>com.cloudhopper</groupId>
<artifactId>ch-httpclient-util</artifactId>
<version>1.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cloudhopper/ch-httpclient-util/
implementation 'com.cloudhopper:ch-httpclient-util:1.5.1'
// https://jarcasting.com/artifacts/com.cloudhopper/ch-httpclient-util/
implementation ("com.cloudhopper:ch-httpclient-util:1.5.1")
'com.cloudhopper:ch-httpclient-util:jar:1.5.1'
<dependency org="com.cloudhopper" name="ch-httpclient-util" rev="1.5.1">
<artifact name="ch-httpclient-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cloudhopper', module='ch-httpclient-util', version='1.5.1')
)
libraryDependencies += "com.cloudhopper" % "ch-httpclient-util" % "1.5.1"
[com.cloudhopper/ch-httpclient-util "1.5.1"]