is not current version
Last Version 1.0.1-RELEASE

com.daioware.net.http:client 1.0.0-RELEASE

HTTP Client utilities

Categories

Categories

Net CLI User Interface
GroupId

GroupId

com.daioware.net.http
ArtifactId

ArtifactId

client
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download client 1.0.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.daioware.net.http/client/ -->
<dependency>
    <groupId>com.daioware.net.http</groupId>
    <artifactId>client</artifactId>
    <version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.daioware.net.http/client/
implementation 'com.daioware.net.http:client:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.daioware.net.http/client/
implementation ("com.daioware.net.http:client:1.0.0-RELEASE")
'com.daioware.net.http:client:jar:1.0.0-RELEASE'
<dependency org="com.daioware.net.http" name="client" rev="1.0.0-RELEASE">
  <artifact name="client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daioware.net.http', module='client', version='1.0.0-RELEASE')
)
libraryDependencies += "com.daioware.net.http" % "client" % "1.0.0-RELEASE"
[com.daioware.net.http/client "1.0.0-RELEASE"]