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