| License |
License |
|---|---|
| GroupId | GroupIdorg.threadly |
| ArtifactId | ArtifactIdlitesockets-http-protocol |
| 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-protocol/ -->
<dependency>
<groupId>org.threadly</groupId>
<artifactId>litesockets-http-protocol</artifactId>
<version>0.27</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-protocol/
implementation 'org.threadly:litesockets-http-protocol:0.27'
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-protocol/
implementation ("org.threadly:litesockets-http-protocol:0.27")
'org.threadly:litesockets-http-protocol:jar:0.27'
<dependency org="org.threadly" name="litesockets-http-protocol" rev="0.27">
<artifact name="litesockets-http-protocol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='litesockets-http-protocol', version='0.27')
)
libraryDependencies += "org.threadly" % "litesockets-http-protocol" % "0.27"
[org.threadly/litesockets-http-protocol "0.27"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.threadly : threadly | jar | 5.41 |
| org.threadly : litesockets | jar | 4.13 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |