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