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