is not current version
Last Version 0.27

org.threadly:litesockets-http-protocol 0.22

Libraries to help parse and use HTTP protocol

GroupId

GroupId

org.threadly
ArtifactId

ArtifactId

litesockets-http-protocol
Version

Version

0.22
Type

Type

jar

Download litesockets-http-protocol 0.22


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