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