is not current version
Last Version 0.27

org.threadly:litesockets-http-client 0.20

Libraries to help parse and use HTTP protocol

Categories

Categories

CLI User Interface
GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

litesockets-http-client
Version

Version

0.20
Type

Type

jar

Download litesockets-http-client 0.20


<!-- https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/ -->
<dependency>
    <groupId>org.threadly</groupId>
    <artifactId>litesockets-http-client</artifactId>
    <version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/
implementation 'org.threadly:litesockets-http-client:0.20'
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/
implementation ("org.threadly:litesockets-http-client:0.20")
'org.threadly:litesockets-http-client:jar:0.20'
<dependency org="org.threadly" name="litesockets-http-client" rev="0.20">
  <artifact name="litesockets-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='litesockets-http-client', version='0.20')
)
libraryDependencies += "org.threadly" % "litesockets-http-client" % "0.20"
[org.threadly/litesockets-http-client "0.20"]