License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.threadly |
ArtifactId | ArtifactIdlitesockets-http-client |
Last Version | Last Version0.27 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlitesockets-http
Libraries to help parse and use HTTP protocol
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/ -->
<dependency>
<groupId>org.threadly</groupId>
<artifactId>litesockets-http-client</artifactId>
<version>0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/
implementation 'org.threadly:litesockets-http-client:0.27'
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/
implementation ("org.threadly:litesockets-http-client:0.27")
'org.threadly:litesockets-http-client:jar:0.27'
<dependency org="org.threadly" name="litesockets-http-client" rev="0.27">
<artifact name="litesockets-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='litesockets-http-client', version='0.27')
)
libraryDependencies += "org.threadly" % "litesockets-http-client" % "0.27"
[org.threadly/litesockets-http-client "0.27"]
Group / Artifact | Type | Version |
---|---|---|
org.threadly : litesockets-http-protocol | jar | 0.27 |
org.threadly : threadly | jar | 5.41 |
org.threadly : litesockets | jar | 4.13 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |