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