Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.threadly |
ArtifactId | ArtifactIdlitesockets-http-client |
Version | Version0.22 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/ -->
<dependency>
<groupId>org.threadly</groupId>
<artifactId>litesockets-http-client</artifactId>
<version>0.22</version>
</dependency>
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/
implementation 'org.threadly:litesockets-http-client:0.22'
// https://jarcasting.com/artifacts/org.threadly/litesockets-http-client/
implementation ("org.threadly:litesockets-http-client:0.22")
'org.threadly:litesockets-http-client:jar:0.22'
<dependency org="org.threadly" name="litesockets-http-client" rev="0.22">
<artifact name="litesockets-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.threadly', module='litesockets-http-client', version='0.22')
)
libraryDependencies += "org.threadly" % "litesockets-http-client" % "0.22"
[org.threadly/litesockets-http-client "0.22"]