is not current version
Last Version 2.3.2

com.statful.client:http-client 2.3.1


Categories

Categories

CLI User Interface
GroupId

GroupId

com.statful.client
ArtifactId

ArtifactId

http-client
Version

Version

2.3.1
Type

Type

jar

Download http-client 2.3.1


<!-- 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"]