Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.statful.client |
ArtifactId | ArtifactIdhttp-client |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
http-client-2.3.1.pom | |
http-client-2.3.1.jar | 7 KB |
http-client-2.3.1-sources.jar | 5 KB |
http-client-2.3.1-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.statful.client/http-client/ -->
<dependency>
<groupId>com.statful.client</groupId>
<artifactId>http-client</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.statful.client/http-client/
implementation 'com.statful.client:http-client:2.3.1'
// https://jarcasting.com/artifacts/com.statful.client/http-client/
implementation ("com.statful.client:http-client:2.3.1")
'com.statful.client:http-client:jar:2.3.1'
<dependency org="com.statful.client" name="http-client" rev="2.3.1">
<artifact name="http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.statful.client', module='http-client', version='2.3.1')
)
libraryDependencies += "com.statful.client" % "http-client" % "2.3.1"
[com.statful.client/http-client "2.3.1"]